l10n: Eliminated STRING_COLUMN_LABEL_TEMPLATE

This commit is contained in:
Paul Beckingham 2018-01-15 13:35:38 -05:00
parent 5795e7f765
commit 2605cfa227
11 changed files with 2 additions and 12 deletions

View file

@ -217,7 +217,7 @@ int CmdInfo::execute (std::string& output)
if (task.has ("template"))
{
row = view.addRow ();
view.set (row, 0, STRING_COLUMN_LABEL_TEMPLATE);
view.set (row, 0, "Template task");
view.set (row, 1, task.get ("template"));
}