l10n: Eliminated STRING_TASK_VALID_DESC

This commit is contained in:
Paul Beckingham
2018-01-20 14:45:38 -05:00
parent a3bf98deff
commit 61a377cc29
10 changed files with 1 additions and 10 deletions

View File

@@ -1631,7 +1631,7 @@ void Task::validate (bool applyDefault /* = true */)
// There is no fixing a missing description.
if (! has ("description"))
throw std::string (STRING_TASK_VALID_DESC);
throw std::string ("A task must have a description.");
else if (get ("description") == "")
throw std::string (STRING_TASK_VALID_BLANK);