l10n: Eliminated STRING_INVALID_MOD

This commit is contained in:
Paul Beckingham 2018-01-20 14:30:03 -05:00
parent e928117fb2
commit e2d92bb2d6
11 changed files with 3 additions and 11 deletions

View file

@ -2106,7 +2106,7 @@ void Task::modify (modType type, bool text_required /* = false */)
Column* column = context.columns[name];
if (! column ||
! column->modifiable ())
throw format (STRING_INVALID_MOD, name, value);
throw format ("The '{1}' attribute does not allow a value of '{2}'.", name, value);
// Delegate modification to the column object or their base classes.
if (name == "depends" ||