JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added real logins, login administration, task viewer page, contractor main page
[contractor-progress.git] / code / tasks.php
index 2b05771..b985661 100644 (file)
@@ -42,15 +42,15 @@ function task_state_pretty($state) {
                case TASK_NEEDS_CLARIFICATION:
                        return "needs clarification";
                case TASK_NEEDS_QUOTE:
-                       return "waiting for price from Jason";
+                       return "to be priced";
                case TASK_NEEDS_GO_AHEAD:
-                       return "waiting for you to approve price";
+                       return "waiting for you to approve the price";
                case TASK_QUEUED:
                        return "queued";
                case TASK_WORKING:
                        return "work in progress";
                case TASK_BUG:
-                       return "investigation in progress";
+                       return "to be investigated";
                case TASK_NEEDS_TESTING:
                        return "needs testing";
                case TASK_FINISHED: