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
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColUUID.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnUUID::ColumnUUID ()
|
||||
{
|
||||
_name = "uuid";
|
||||
_style = "long";
|
||||
_label = STRING_COLUMN_LABEL_UUID;
|
||||
_label = "UUID";
|
||||
_modifiable = false;
|
||||
_styles = {"long", "short"};
|
||||
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue