l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham 2018-01-21 22:06:20 -05:00
parent 1cd810f8f6
commit e6fd4efd08
12 changed files with 3 additions and 12 deletions

View file

@ -44,7 +44,7 @@ void ColumnDue::setStyle (const std::string& value)
Column::setStyle (value);
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_DUE)
_label = STRING_COLUMN_LABEL_COUNT;
_label = "Count";
}
////////////////////////////////////////////////////////////////////////////////

View file

@ -43,7 +43,7 @@ void ColumnScheduled::setStyle (const std::string& value)
Column::setStyle (value);
if (_style == "countdown" && _label == STRING_COLUMN_LABEL_SCHED)
_label = STRING_COLUMN_LABEL_COUNT;
_label = "Count";
}
////////////////////////////////////////////////////////////////////////////////