l10n: Eliminated some column labels

This commit is contained in:
Paul Beckingham
2018-01-21 22:32:17 -05:00
parent 2872b44b45
commit 41f2133693
16 changed files with 22 additions and 207 deletions

View File

@@ -27,14 +27,13 @@
#include <cmake.h>
#include <ColUrgency.h>
#include <format.h>
#include <i18n.h>
////////////////////////////////////////////////////////////////////////////////
ColumnUrgency::ColumnUrgency ()
{
_name = "urgency";
_style = "real";
_label = STRING_COLUMN_LABEL_URGENCY;
_label = "Urgency";
_modifiable = false;
_styles = {"real", "integer"};
_examples = {"4.6", "4"};