l10n: Eliminated STRING_COLUMN_EXAMPLES_*

This commit is contained in:
Paul Beckingham 2018-01-21 19:17:10 -05:00
parent 64f2436d87
commit 75c9dcc6aa
11 changed files with 4 additions and 40 deletions

View file

@ -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");
}