i18n.py
branchstable
changeset 7155 4bab50b02927
parent 6356 e89f71a41e20
child 7896 4c954e1e73ef
--- a/i18n.py	Thu Mar 31 15:18:21 2011 +0200
+++ b/i18n.py	Thu Mar 31 17:12:27 2011 +0200
@@ -80,7 +80,7 @@
     """generate .mo files for a set of languages into the `destdir` i18n directory
     """
     from logilab.common.fileutils import ensure_fs_mode
-    print '-> compiling %s catalogs...' % destdir
+    print '-> compiling message catalogs to %s' % destdir
     errors = []
     for lang in langs:
         langdir = join(destdir, lang, 'LC_MESSAGES')