l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:32:17 -05:00
parent 611d09cb16
commit 865e277b76
17 changed files with 25 additions and 139 deletions

View file

@ -33,7 +33,6 @@
#include <Table.h>
#include <format.h>
#include <util.h>
#include <i18n.h>
#include <main.h>
extern Context context;
@ -108,7 +107,7 @@ int CmdProjects::execute (std::string& output)
// Render a list of project names from the map.
Table view;
view.width (context.getWidth ());
view.add (STRING_COLUMN_LABEL_PROJECT);
view.add ("Project");
view.add ("Tasks", false);
setHeaderUnderline (view);