l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:18:18 -05:00
parent 957b769412
commit 611d09cb16
11 changed files with 10 additions and 20 deletions

View file

@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColLast.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnLast::ColumnLast ()
{
_name = "last";
_style = "number";
_label = STRING_COLUMN_LABEL_LAST;
_label = "Last instance";
_modifiable = false;
_styles = {"number"};
_examples = {"12"};