l10n removal of STRING_UDA_NUMERIC

This commit is contained in:
Paul Beckingham 2018-01-07 13:10:52 -05:00
parent 0b790f46a1
commit aac883241f
11 changed files with 2 additions and 12 deletions

View file

@ -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")
{