author | Sverre Rabbelier <srabbelier@gmail.com> |
Thu, 20 Nov 2008 21:18:19 +0000 | |
changeset 520 | b0c623819b68 |
parent 519 | 561a438115eb |
child 521 | 07b2c382a4d6 |
--- a/app/soc/views/models/role.py Thu Nov 20 21:14:37 2008 +0000 +++ b/app/soc/views/models/role.py Thu Nov 20 21:18:19 2008 +0000 @@ -67,7 +67,8 @@ All views that only Role entities have are defined in this subclass. """ - DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy('Please use this form to invite someone to become a %(name)s.') + DEF_INVITE_INSTRUCTION_TEXT = ugettext_lazy( + 'Please use this form to invite someone to become a %(name)s.') def __init__(self, original_params=None): """