l10n: Eliminated STRING_COLUMN_LABEL_TEMPLATE

This commit is contained in:
Paul Beckingham
2018-01-15 13:35:38 -05:00
parent 5795e7f765
commit 2605cfa227
11 changed files with 2 additions and 12 deletions

View File

@@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColTemplate.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnTemplate::ColumnTemplate ()
{
_name = "template";
_style = "long";
_label = STRING_COLUMN_LABEL_TEMPLATE;
_label = "Template task";
_modifiable = false;
_styles = {"long", "short"};
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};