Commit bed22f66 authored by Michal Čihař's avatar Michal Čihař

Wrap long lines

parent 1772445d
......@@ -31,7 +31,10 @@ def _(text):
def fake():
_(u'This username is already taken. Please choose another.')
_(u'You must type the same password each time')
_(u'This email address is already in use. Please supply a different email address.')
_(
u'This email address is already in use. '
'Please supply a different email address.'
)
_("Old password")
_("New password")
_("New password confirmation")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment