mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 17:37:21 +02:00
l10n: Eliminated STRING_COLUMN_BAD_NAME
This commit is contained in:
parent
190d57ac70
commit
7abc96efea
10 changed files with 1 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue