Commit 0e9ca0a2 authored by Michal Čihař's avatar Michal Čihař

Fix typo

parent d7d1eb30
......@@ -236,7 +236,7 @@ def translate(request, project, subproject, lang):
if 'accept' in request.GET or 'delete' in request.GET:
# Check for authenticated users
if not request.user.is_authenticated():
messages.add_message(request, messages.ERROR, _('You need to log in to be able to manage suggestions!'
messages.add_message(request, messages.ERROR, _('You need to log in to be able to manage suggestions!'))
return HttpResponseRedirect('%s?type=%s&oldpos=%d&dir=stay%s' % (
obj.get_translate_url(),
rqtype,
......
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