l10n: Eliminated some column labels
This commit is contained in:
@@ -26,13 +26,12 @@
|
||||
|
||||
#include <cmake.h>
|
||||
#include <ColEnd.h>
|
||||
#include <i18n.h>
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnEnd::ColumnEnd ()
|
||||
{
|
||||
_name = "end";
|
||||
_label = STRING_COLUMN_LABEL_COMPLETE;
|
||||
_label = "Completed";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user