l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:07:57 -05:00
parent a506555606
commit 6c1a411d7e
11 changed files with 3 additions and 13 deletions

View file

@ -281,7 +281,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("due"))
{
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_DUE);
view.set (row, 0, "Due");
view.set (row, 1, Datetime (task.get_date ("due")).toString (dateformat));
}