l10n: Eliminated STRING_TASK_VALID_RECUR

This commit is contained in:
Paul Beckingham
2018-01-17 21:16:20 -05:00
parent def3fd35ae
commit 3e3ed5446c
12 changed files with 3 additions and 12 deletions

View File

@@ -1670,7 +1670,7 @@ void Task::validate (bool applyDefault /* = true */)
std::string::size_type i = 0;
if (! p.parse (value, i))
// TODO Ideal location to map unsupported old recurrence periods to supported values.
throw format (STRING_TASK_VALID_RECUR, value);
throw format ("The recurrence value '{1}' is not valid.", value);
}
}
}