Error Handling
- Improved some task validation errors by including data. - Improved the phrasing of some error to be less pompous. - Marked validation errors that need to be downgraded to warnings.
This commit is contained in:
@@ -422,9 +422,9 @@
|
||||
#define STRING_TASK_VALID_WAIT "A 'wait' date must be before a 'due' date."
|
||||
#define STRING_TASK_VALID_START "A 'start' date must be after an 'entry' date."
|
||||
#define STRING_TASK_VALID_END "An 'end' date must be after an 'entry' date."
|
||||
#define STRING_TASK_VALID_REC_DUE "You cannot specify a recurring task without a due date."
|
||||
#define STRING_TASK_VALID_UNTIL "You cannot specify an until date for a non-recurring task."
|
||||
#define STRING_TASK_VALID_RECUR "A recurrence value must be valid."
|
||||
#define STRING_TASK_VALID_REC_DUE "A recurring task must also have a 'due' date."
|
||||
#define STRING_TASK_VALID_UNTIL "Only recurring tasks may have an 'until' date."
|
||||
#define STRING_TASK_VALID_RECUR "The recurrence value '{1}' is not valid."
|
||||
#define STRING_TASK_VALID_WAIT_RECUR "You cannot create a task that is both waiting and recurring."
|
||||
#define STRING_TASK_VALID_PRIORITY "Priority values may be 'H', 'M' or 'L', not '{1}'."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user