mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_PARENT
This commit is contained in:
parent
8d1f66cd41
commit
fe93e72f0b
11 changed files with 2 additions and 12 deletions
|
@ -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"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue