Fix i18n translation in common 1/5

Pushing out patches to apply i18n translation.
These are necessary to merge if we want to introduce the custom
hacking rules to enforce the translation.

Change-Id: Ieb7e006de497c974756941608aea91f63e860dc5
This commit is contained in:
Trevor McCasland 2016-12-02 17:21:03 -06:00 committed by amrith
parent 4f9c538f68
commit 2dea3d6199
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class DatastoreSchema(DatastoreModelsBase):
self._character_set = None
# If both or neither are passed in this is a bug.
if bool(deserializing) == bool(name):
raise RuntimeError("Bug in DatastoreSchema()")
raise RuntimeError(_("Bug in DatastoreSchema()"))
if not deserializing:
self.name = name