l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:15:26 -05:00
parent cf148c065d
commit 957b769412
10 changed files with 1 additions and 10 deletions

View file

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