l10n: Eliminated some column labels

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

View File

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