l10n: Eliminated STRING_COLUMN_LABEL_PARENT

This commit is contained in:
Paul Beckingham 2018-01-15 12:24:57 -05:00
parent 1589db376c
commit 367f3a5e32
11 changed files with 2 additions and 12 deletions

View file

@ -191,7 +191,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("parent"))
{
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_PARENT);
view.set (row, 0, "Parent task");
view.set (row, 1, task.get ("parent"));
}