mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
6c1a411d7e
commit
a6c4c2fb2a
11 changed files with 3 additions and 12 deletions
|
@ -265,7 +265,7 @@ int CmdInfo::execute (std::string& output)
|
|||
if (task.has ("scheduled"))
|
||||
{
|
||||
row = view.addRow ();
|
||||
view.set (row, 0, STRING_COLUMN_LABEL_SCHED);
|
||||
view.set (row, 0, "Scheduled");
|
||||
view.set (row, 1, Datetime (task.get_date ("scheduled")).toString (dateformat));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue