l10n: Eliminated STRING_ERROR_DETAILS

This commit is contained in:
Paul Beckingham 2018-01-20 14:32:00 -05:00
parent e2d92bb2d6
commit e686d198e6
10 changed files with 1 additions and 10 deletions

View file

@ -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