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
3df06e6482
commit
4b485ad570
10 changed files with 1 additions and 11 deletions
|
@ -26,13 +26,12 @@
|
|||
|
||||
#include <cmake.h>
|
||||
#include <ColModified.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnModified::ColumnModified ()
|
||||
{
|
||||
_name = "modified";
|
||||
_label = STRING_COLUMN_LABEL_MOD;
|
||||
_label = "Modified";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue