l10n: Eliminated STRING_COLUMN_BAD_NAME
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user