Task Validation

- Shifted test for priority values from Att.cpp to Task.cpp.
This commit is contained in:
Paul Beckingham
2011-07-16 14:22:12 -04:00
parent 1b5648c922
commit 2135cb141d
2 changed files with 10 additions and 0 deletions

View File

@@ -420,6 +420,7 @@
#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_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}'."
// Taskmod