l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:32:17 -05:00
parent 611d09cb16
commit 865e277b76
17 changed files with 25 additions and 139 deletions

View file

@ -35,7 +35,6 @@
#include <format.h>
#include <utf8.h>
#include <util.h>
#include <i18n.h>
extern Context context;
extern Task& contextTask;
@ -45,7 +44,7 @@ ColumnProject::ColumnProject ()
{
_name = "project";
_style = "full";
_label = STRING_COLUMN_LABEL_PROJECT;
_label = "Project";
_styles = {"full", "parent", "indented"};
_examples = {"home.garden",
"home",