diff -r 6689a4c8f02e -r 0653f924ee7e app/soc/modules/ghop/views/models/task.py --- a/app/soc/modules/ghop/views/models/task.py Mon Oct 05 22:43:30 2009 +0200 +++ b/app/soc/modules/ghop/views/models/task.py Wed Oct 14 09:47:02 2009 +0200 @@ -80,7 +80,7 @@ DEF_MAX_TASK_LIMIT_MSG_FMT = ugettext( 'The task is open but you cannot claim this task since you ' - 'either have already claimed %d task.') + 'have already claimed %d task(s).') DEF_SIGNIN_TO_COMMENT_MSG = ugettext( 'Sign in to perform any action or comment on ' @@ -91,7 +91,7 @@ 'before you proceed further.') DEF_TASK_CLAIMED_BY_YOU_MSG = ugettext( - 'This task has been claimed by you!') + 'You have claimed this task!') DEF_TASK_CLAIMED_BY_STUDENT_MSG = ugettext( 'This task has been claimed by a student!') @@ -101,9 +101,9 @@ DEF_TASK_CLAIM_REQUESTED_MSG = ugettext( 'A student has requested to claim this task. Accept or ' - 'Reject the request.') + 'reject the request.') - DEF_TASK_CLOSED_MSG = ugettext('The task is closed.') + DEF_TASK_CLOSED_MSG = ugettext('This task is closed.') DEF_TASK_CMPLTD_BY_YOU_MSG = ugettext( 'You have successfully completed this task!') @@ -120,11 +120,11 @@ 'Student has submitted his work for this task! It needs review.') DEF_TASK_OPEN_MSG = ugettext( - 'This task is open. If you are GHOP student, you can claim it!') + 'This task is open. If you are a GHOP student, you can claim it!') DEF_TASK_REOPENED_MSG = ugettext( 'This task has been reopened. If you are a GHOP student, ' - 'you can clam it!') + 'you can claim it!') DEF_TASK_REQ_CLAIMED_BY_YOU_MSG = ugettext( 'You have requested to claim this task!')