l10n: Eliminated STRING_COLUMN_LABEL_ID

This commit is contained in:
Paul Beckingham 2018-01-20 14:44:01 -05:00
parent e46ca4dcab
commit cf56983b58
11 changed files with 2 additions and 12 deletions

View file

@ -28,14 +28,13 @@
#include <ColID.h>
#include <math.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnID::ColumnID ()
{
_name = "id";
_style = "number";
_label = STRING_COLUMN_LABEL_ID;
_label = "ID";
_modifiable = false;
_styles = {"number"};
_examples = {"123"};