l10n: Eliminated STRING_COLUMN_EXAMPLES_*
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ ColumnTags::ColumnTags ()
|
||||
_style = "list";
|
||||
_label = STRING_COLUMN_LABEL_TAGS;
|
||||
_styles = {"list", "indicator", "count"};
|
||||
_examples = {STRING_COLUMN_EXAMPLES_TAGS,
|
||||
_examples = {"home @chore next",
|
||||
context.config.get ("tag.indicator"),
|
||||
"[2]"};
|
||||
_hyphenate = false;
|
||||
|
||||
Reference in New Issue
Block a user