l10n: Eliminated STRING_COLUMN_BAD_NAME

This commit is contained in:
Paul Beckingham 2018-01-20 14:36:37 -05:00
parent 190d57ac70
commit 7abc96efea
10 changed files with 1 additions and 10 deletions

View file

@ -111,7 +111,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);