mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
l10n: Eliminated STRING_COLUMN_EXAMPLES_*
This commit is contained in:
parent
64f2436d87
commit
75c9dcc6aa
11 changed files with 4 additions and 40 deletions
|
@ -47,9 +47,9 @@ ColumnProject::ColumnProject ()
|
|||
_style = "full";
|
||||
_label = STRING_COLUMN_LABEL_PROJECT;
|
||||
_styles = {"full", "parent", "indented"};
|
||||
_examples = {STRING_COLUMN_EXAMPLES_PROJ,
|
||||
STRING_COLUMN_EXAMPLES_PAR,
|
||||
STRING_COLUMN_EXAMPLES_IND};
|
||||
_examples = {"home.garden",
|
||||
"home",
|
||||
" home.garden"};
|
||||
_hyphenate = context.config.getBoolean ("hyphenate");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue