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