l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 19:43:05 -05:00
parent 42a9352f48
commit ce1c98ec52
11 changed files with 8 additions and 65 deletions

View File

@@ -87,7 +87,7 @@ int CmdUDAs::execute (std::string& output)
Table table;
table.width (context.getWidth ());
table.add (STRING_COLUMN_LABEL_UDA);
table.add (STRING_COLUMN_LABEL_TYPE);
table.add ("Type");
table.add (STRING_COLUMN_LABEL_LABEL);
table.add (STRING_COLUMN_LABEL_VALUES);
table.add (STRING_COLUMN_LABEL_DEFAULT);