mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
611d09cb16
commit
865e277b76
17 changed files with 25 additions and 139 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue