mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_INVALID_MOD
This commit is contained in:
parent
e928117fb2
commit
e2d92bb2d6
11 changed files with 3 additions and 11 deletions
|
@ -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" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue