l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 22:06:20 -05:00
parent 1cd810f8f6
commit e6fd4efd08
12 changed files with 3 additions and 12 deletions

View File

@@ -92,7 +92,7 @@ int CmdTags::execute (std::string& output)
Table view;
view.width (context.getWidth ());
view.add (STRING_COLUMN_LABEL_TAG);
view.add (STRING_COLUMN_LABEL_COUNT, false);
view.add ("Count", false);
setHeaderUnderline (view);
Color bold;