mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
l10n removal of STRING_COLUMN_LABEL_MASK, STRING_COLUMN_LABEL_MASK_IDX
This commit is contained in:
parent
aac883241f
commit
193eebd852
12 changed files with 4 additions and 24 deletions
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColIMask.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnIMask::ColumnIMask ()
|
||||
{
|
||||
_name = "imask";
|
||||
_style = "number";
|
||||
_label = STRING_COLUMN_LABEL_MASK_IDX;
|
||||
_label = "Mask Index";
|
||||
_modifiable = false;
|
||||
_styles = {"number"};
|
||||
_examples = {"12"};
|
||||
|
|
|
@ -27,14 +27,13 @@
|
|||
#include <cmake.h>
|
||||
#include <ColMask.h>
|
||||
#include <format.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnMask::ColumnMask ()
|
||||
{
|
||||
_name = "mask";
|
||||
_style = "default";
|
||||
_label = STRING_COLUMN_LABEL_MASK;
|
||||
_label = "Mask";
|
||||
_modifiable = false;
|
||||
_styles = {"default"};
|
||||
_examples = {"++++---"};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue