mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_TASK_INVALID_DUR
This commit is contained in:
parent
fe93e72f0b
commit
f1049b4a7a
11 changed files with 2 additions and 12 deletions
|
@ -127,7 +127,7 @@ void ColumnRecur::modify (Task& task, const std::string& value)
|
|||
task.set (_name, value);
|
||||
}
|
||||
else
|
||||
throw format (STRING_TASK_INVALID_DUR, value);
|
||||
throw format ("The duration value '{1}' is not supported.", value);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue