forms: Replace unicode strings by str

This commit is contained in:
Tomas Babej 2014-07-20 10:53:48 +02:00
parent 57e979b1ab
commit 32d3b5d088
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ class UploadAvatarForm(forms.Form):
if mime not in settings.AVATAR_ALLOWED_MIMETYPES:
err = _(
u"File content is invalid. Detected: %(mimetype)s "
"File content is invalid. Detected: %(mimetype)s "
"Allowed content types are: %(valid_mime_list)s"
)

View file

@ -100,7 +100,7 @@ msgid ""
"\">upload one</a> now."
msgstr ""
"Nemáte žiadne profilové fotografie, ktoré by ste mohli zmazať. "
"Nahrať si ich môžete <a href=\"%(avatar_change_url)\">tu</a>."
"Nahrať si ich môžete <a href=\"%(avatar_change_url)s\">tu</a>."
#: templates/avatar/confirm_delete.html:15
msgid "Delete These"