mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated some column labels
This commit is contained in:
parent
e6fd4efd08
commit
03ede837e4
11 changed files with 3 additions and 13 deletions
|
@ -26,14 +26,13 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <ColDue.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnDue::ColumnDue ()
|
||||
{
|
||||
_name = "due";
|
||||
_modifiable = true;
|
||||
_label = STRING_COLUMN_LABEL_DUE;
|
||||
_label = "Due";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -43,7 +42,7 @@ void ColumnDue::setStyle (const std::string& value)
|
|||
{
|
||||
Column::setStyle (value);
|
||||
|
||||
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_DUE)
|
||||
if (_style == "countdown" && _label == "Due")
|
||||
_label = "Count";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue