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

@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColUUID.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnUUID::ColumnUUID ()
{
_name = "uuid";
_style = "long";
_label = STRING_COLUMN_LABEL_UUID;
_label = "UUID";
_modifiable = false;
_styles = {"long", "short"};
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};