l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 22:32:17 -05:00
parent 2872b44b45
commit 41f2133693
16 changed files with 22 additions and 207 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",