l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:02:38 -05:00
parent ce1c98ec52
commit 1cd810f8f6
10 changed files with 1 additions and 11 deletions

View file

@ -26,13 +26,12 @@
#include <cmake.h>
#include <ColEnd.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnEnd::ColumnEnd ()
{
_name = "end";
_label = STRING_COLUMN_LABEL_COMPLETE;
_label = "Completed";
}
////////////////////////////////////////////////////////////////////////////////