diff -r 227a115ab2a1 -r e3cb581b4653 ProjectPyramid/Project.py --- a/ProjectPyramid/Project.py Wed Aug 29 17:41:43 2012 +0200 +++ b/ProjectPyramid/Project.py Thu Aug 30 14:08:34 2012 +0200 @@ -1108,7 +1108,7 @@ @param code language code of the new language (string) """ - title = self.trUtf8("Initializing message catalog for '%1'").arg(code) + title = self.trUtf8("Initializing message catalog for '{0}'").format(code) try: projectPath = self.__projectPath() except PyramidNoProjectSelectedException: