app/soc/views/helper/access.py
changeset 1870 ea7019607df2
parent 1832 5ded837037e7
child 1876 a77d4cdcc052
equal deleted inserted replaced
1869:9552c2499201 1870:ea7019607df2
   101 
   101 
   102 DEF_NO_ACTIVE_PROGRAM_MSG = ugettext(
   102 DEF_NO_ACTIVE_PROGRAM_MSG = ugettext(
   103     'There is no such active program.')
   103     'There is no such active program.')
   104 
   104 
   105 DEF_NO_REQUEST_MSG = ugettext(
   105 DEF_NO_REQUEST_MSG = ugettext(
   106     'There is no accepted request that would allow you to visit this page.')
   106     'There is no accepted request that would allow you to visit this page. '
       
   107     'Perhaps you already accepted this request?')
   107 
   108 
   108 DEF_NO_APPLICATION_MSG = ugettext(
   109 DEF_NO_APPLICATION_MSG = ugettext(
   109     'There is no application that would allow you to visit this page.')
   110     'There is no application that would allow you to visit this page.')
   110 
   111 
   111 DEF_NEED_PICK_ARGS_MSG = ugettext(
   112 DEF_NEED_PICK_ARGS_MSG = ugettext(