l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 22:32:17 -05:00
parent 2872b44b45
commit 41f2133693
16 changed files with 22 additions and 207 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;
@@ -107,7 +106,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);