l10n: Eliminated STRING_COLUMN_BAD_NAME

This commit is contained in:
Paul Beckingham
2018-01-20 14:36:37 -05:00
parent 7123784734
commit 78c2c1c2da
10 changed files with 1 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ Column* Column::factory (const std::string& name, const std::string& report)
c = Column::uda (column_name);
else
throw format (STRING_COLUMN_BAD_NAME, column_name);
throw format ("Unrecognized column name '{1}'.", column_name);
c->setReport (report);
c->setStyle (column_style);