mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
l10n: Eliminated STRING_TASK_VALID_RECUR
This commit is contained in:
parent
def3fd35ae
commit
3e3ed5446c
12 changed files with 3 additions and 12 deletions
|
@ -361,7 +361,7 @@ Datetime getNextRecurrence (Datetime& current, std::string& period)
|
|||
std::string::size_type idx = 0;
|
||||
Duration p;
|
||||
if (! p.parse (period, idx))
|
||||
throw std::string (format (STRING_TASK_VALID_RECUR, period));
|
||||
throw std::string (format ("The recurrence value '{1}' is not valid.", period));
|
||||
|
||||
return current + p.toTime_t ();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue