Improved localization testing.

Moved localization tests to tools/hacking.py.

Change-Id: I903b90dfb09a46a72b1c64c30301f90661999f5b
This commit is contained in:
Yuriy Taraday
2012-02-24 16:13:44 +04:00
parent 28f0e19b0a
commit 839f61de38
10 changed files with 31 additions and 128 deletions

View File

@@ -494,7 +494,7 @@ class InvalidImageRef(Invalid):
class ListingImageRefsNotSupported(Invalid):
message = _("Some images have been stored via hrefs."
+ " This version of the api does not support displaying image hrefs.")
" This version of the api does not support displaying image hrefs.")
class ImageNotFound(NotFound):