mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Error Messages
- Improved error messages with specific field names rather than types.
This commit is contained in:
parent
e22a07156f
commit
93cfbf8dd2
12 changed files with 12 additions and 12 deletions
|
@ -70,7 +70,7 @@ void ColumnRecur::measure (Task& task, int& minimum, int& maximum)
|
|||
minimum = maximum = context.config.get ("recurrence.indicator").length ();
|
||||
}
|
||||
else
|
||||
throw std::string ("Unrecognized column format '") + _type + "." + _style + "'";
|
||||
throw std::string ("Unrecognized column format 'recur.") + _style + "'";
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue