mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 04:57:21 +02:00
l10n removal of STRING_UDA_NUMERIC
This commit is contained in:
parent
0b790f46a1
commit
aac883241f
11 changed files with 2 additions and 12 deletions
|
@ -682,7 +682,7 @@ void CmdEdit::parseTask (Task& task, const std::string& after, const std::string
|
|||
pig.eos ())
|
||||
task.set (col.first, value);
|
||||
else
|
||||
throw format (STRING_UDA_NUMERIC, value);
|
||||
throw format ("The value '{1}' is not a valid numeric value.", value);
|
||||
}
|
||||
else if (type == "date")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue