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
0ef1166b0b
commit
ef58767834
10 changed files with 1 additions and 38 deletions
|
@ -26,13 +26,12 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <ColUntil.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnUntil::ColumnUntil ()
|
||||
{
|
||||
_name = "until";
|
||||
_label = STRING_COLUMN_LABEL_UNTIL;
|
||||
_label = "Until";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue