l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:50:49 -05:00
parent 0ef1166b0b
commit ef58767834
10 changed files with 1 additions and 38 deletions

View file

@ -26,13 +26,12 @@
#include <cmake.h>
#include <ColUntil.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnUntil::ColumnUntil ()
{
_name = "until";
_label = STRING_COLUMN_LABEL_UNTIL;
_label = "Until";
}
////////////////////////////////////////////////////////////////////////////////