mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
l10n: Eliminated STRING_COLUMN_LABEL_ID
This commit is contained in:
parent
e46ca4dcab
commit
cf56983b58
11 changed files with 2 additions and 12 deletions
|
@ -28,14 +28,13 @@
|
|||
#include <ColID.h>
|
||||
#include <math.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnID::ColumnID ()
|
||||
{
|
||||
_name = "id";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_ID;
|
||||
_label = "ID";
|
||||
_modifiable = false;
|
||||
_styles = {"number"};
|
||||
_examples = {"123"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue