l10n: Eliminated STRING_CMD_IMPORT_*

This commit is contained in:
Paul Beckingham
2018-01-21 12:09:51 -05:00
parent ac61e77675
commit 9188cb083c
11 changed files with 6 additions and 52 deletions

View File

@@ -1506,7 +1506,7 @@ void Task::validate (bool applyDefault /* = true */)
std::string token;
Lexer::Type type;
if (! lex.isUUID (token, type, true))
throw format (STRING_CMD_IMPORT_UUID_BAD, uid);
throw format ("Not a valid UUID '{1}'.", uid);
}
else
set ("uuid", uuid ());