summaryrefslogtreecommitdiff
path: root/django/utils
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-05-25 14:31:51 +0200
committerClaude Paroz <claude@2xlibre.net>2013-05-25 14:32:44 +0200
commitb7cf44dde88c52b3e3020bd9dae3b3d0792b9a6d (patch)
treebf2261c6551202cddaa0f7be6d22091482c8d0d4 /django/utils
parentb3bccce1a09aae6dfb2eba7f77d3f373f03d8e0c (diff)
Fixed some minor translation-related issues
Diffstat (limited to 'django/utils')
-rw-r--r--django/utils/image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/image.py b/django/utils/image.py
index 54c11adfee..d251ab9d0b 100644
--- a/django/utils/image.py
+++ b/django/utils/image.py
@@ -124,7 +124,7 @@ def _detect_image_library():
import _imaging as PIL_imaging
except ImportError as err:
raise ImproperlyConfigured(
- _("The '_imaging' module for the PIL could not be " +
+ _("The '_imaging' module for the PIL could not be "
"imported: %s" % err)
)