[Python-checkins] r65599 - doctools/trunk/sphinx/builder.py
georg.brandl
python-checkins at python.org
Fri Aug 8 15:46:16 CEST 2008
Author: georg.brandl
Date: Fri Aug 8 15:46:15 2008
New Revision: 65599
Log:
Oops.
Modified:
doctools/trunk/sphinx/builder.py
Modified: doctools/trunk/sphinx/builder.py
==============================================================================
--- doctools/trunk/sphinx/builder.py (original)
+++ doctools/trunk/sphinx/builder.py Fri Aug 8 15:46:15 2008
@@ -178,9 +178,9 @@
# Language couldn't be found in the specified path
pass
if self.translator is not None:
- self.info('ok')
+ self.info('done')
else:
- self.info('selected locale not available' % self.config.language)
+ self.info('locale not available')
if self.translator is None:
self.translator = gettext.NullTranslations()
self.translator.install()
More information about the Python-checkins
mailing list