From 32d3b5d088603d24afca7a73a2e48fc1774c99bc Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 20 Jul 2014 10:53:48 +0200 Subject: [PATCH] forms: Replace unicode strings by str --- avatar/forms.py | 2 +- avatar/locale/sk_SK/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avatar/forms.py b/avatar/forms.py index 6646a96..ada0952 100644 --- a/avatar/forms.py +++ b/avatar/forms.py @@ -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" ) diff --git a/avatar/locale/sk_SK/LC_MESSAGES/django.po b/avatar/locale/sk_SK/LC_MESSAGES/django.po index fcc2013..f34edfc 100644 --- a/avatar/locale/sk_SK/LC_MESSAGES/django.po +++ b/avatar/locale/sk_SK/LC_MESSAGES/django.po @@ -100,7 +100,7 @@ msgid "" "\">upload one now." msgstr "" "Nemáte žiadne profilové fotografie, ktoré by ste mohli zmazať. " -"Nahrať si ich môžete tu." +"Nahrať si ich môžete tu." #: templates/avatar/confirm_delete.html:15 msgid "Delete These"