l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:14:14 -05:00
parent bf770fda91
commit cf148c065d
10 changed files with 1 additions and 10 deletions

View file

@ -90,7 +90,7 @@ int CmdUDAs::execute (std::string& output)
table.add ("Type");
table.add (STRING_COLUMN_LABEL_LABEL);
table.add (STRING_COLUMN_LABEL_VALUES);
table.add (STRING_COLUMN_LABEL_DEFAULT);
table.add ("Default");
table.add (STRING_COLUMN_LABEL_UDACOUNT);
setHeaderUnderline (table);