l10n removal of STRING_COLUMN_LABEL_MASK, STRING_COLUMN_LABEL_MASK_IDX

This commit is contained in:
Paul Beckingham
2018-01-07 13:37:47 -05:00
parent 3f14491e31
commit b30e19b23c
12 changed files with 4 additions and 24 deletions

View File

@@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColMask.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnMask::ColumnMask ()
{
_name = "mask";
_style = "default";
_label = STRING_COLUMN_LABEL_MASK;
_label = "Mask";
_modifiable = false;
_styles = {"default"};
_examples = {"++++---"};