l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:09:51 -05:00
parent 6c1a411d7e
commit a6c4c2fb2a
11 changed files with 3 additions and 12 deletions

View file

@ -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));
}