mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_ERROR_DETAILS
This commit is contained in:
parent
e2d92bb2d6
commit
e686d198e6
10 changed files with 1 additions and 10 deletions
|
@ -336,7 +336,7 @@ int CmdCalendar::execute (std::string& output)
|
|||
// Assert that 'report' is a valid report.
|
||||
auto report = context.config.get ("calendar.details.report");
|
||||
if (context.commands.find (report) == context.commands.end ())
|
||||
throw std::string (STRING_ERROR_DETAILS);
|
||||
throw std::string ("The setting 'calendar.details.report' must contain a single report name.");
|
||||
|
||||
// TODO Fix this: cal --> task
|
||||
// calendar --> taskendar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue