l10n: Eliminated STRING_COLUMN_LABEL_PARENT

This commit is contained in:
Paul Beckingham 2018-01-15 12:24:57 -05:00
parent 8d1f66cd41
commit fe93e72f0b
11 changed files with 2 additions and 12 deletions

View file

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