mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
6c1a411d7e
commit
a6c4c2fb2a
11 changed files with 3 additions and 12 deletions
|
@ -32,7 +32,7 @@
|
|||
ColumnScheduled::ColumnScheduled ()
|
||||
{
|
||||
_name = "scheduled";
|
||||
_label = STRING_COLUMN_LABEL_SCHED;
|
||||
_label = "Scheduled";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -42,7 +42,7 @@ void ColumnScheduled::setStyle (const std::string& value)
|
|||
{
|
||||
Column::setStyle (value);
|
||||
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
|
||||
if (_style == "countdown" && _label == "Scheduled")
|
||||
_label = "Count";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue