Comment 3 for bug 616515

Revision history for this message
Gabor Kelemen (kelemeng) wrote :

David:
in gui.py, this contains a double space:

205 + JOIN_HEADER_LABEL = _('Create %s account')

in auth.py, the second half of the sentence is not marked for translation:

130 + return_desc = _('You should now automatically <a ' \
131 + 'href="%(url)s">return to %(url)s</a>.') % { 'url' : url }

Can these be corrected?