l10n: Eliminated STRING_COLUMN_LABEL_TASKS

This commit is contained in:
Paul Beckingham 2018-01-20 14:41:34 -05:00
parent f922f6ee7e
commit e46ca4dcab
10 changed files with 1 additions and 10 deletions

View file

@ -109,7 +109,7 @@ int CmdProjects::execute (std::string& output)
Table view;
view.width (context.getWidth ());
view.add (STRING_COLUMN_LABEL_PROJECT);
view.add (STRING_COLUMN_LABEL_TASKS, false);
view.add ("Tasks", false);
setHeaderUnderline (view);
std::vector <std::string> processed;