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
ce1c98ec52
commit
1cd810f8f6
10 changed files with 1 additions and 11 deletions
|
@ -26,13 +26,12 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <ColEnd.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnEnd::ColumnEnd ()
|
||||
{
|
||||
_name = "end";
|
||||
_label = STRING_COLUMN_LABEL_COMPLETE;
|
||||
_label = "Completed";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue