X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=code%2Ftasks.php;h=b985661288699abdc3f171afc578bed8e9ec34d4;hp=2b05771f870af7770d822d541c7f1c1c810706c9;hb=1bcde3c6ba88a93deaa0848df4de0b0857d9bf49;hpb=db0666968543559bb521f3a7c15ff4c8ab2f7661 diff --git a/code/tasks.php b/code/tasks.php index 2b05771..b985661 100644 --- a/code/tasks.php +++ b/code/tasks.php @@ -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: