l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 22:18:18 -05:00
parent 957b769412
commit 611d09cb16
11 changed files with 10 additions and 20 deletions

View File

@@ -225,7 +225,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("last"))
{
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_LAST);
view.set (row, 0, "Last instance");
view.set (row, 1, task.get ("last"));
}