# HG changeset patch # User Lennard de Rijk # Date 1246720576 -7200 # Node ID c82fbf7fbad06e8db0202b32275d50851ae70be4 # Parent 990a44b6310b8ab0d03c76854397e12200e11491 Style fix in access module. diff -r 990a44b6310b -r c82fbf7fbad0 app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Sat Jul 04 17:02:51 2009 +0200 +++ b/app/soc/views/helper/access.py Sat Jul 04 17:16:16 2009 +0200 @@ -148,7 +148,8 @@ 'The requested Group can not be found.') DEF_NOT_ALLOWED_PROJECT_FOR_SURVEY_MSG = ugettext( - 'You are not allowed to take this Survey for the specified Student Project') + 'You are not allowed to take this Survey for the specified Student' + ' Project.') DEF_USER_ACCOUNT_INVALID_MSG_FMT = ugettext( 'The %(email)s account cannot be used with this site, for'