mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_TASKS
This commit is contained in:
parent
f922f6ee7e
commit
e46ca4dcab
10 changed files with 1 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue