common/i18n.py
changeset 2476 1294a6bdf3bf
parent 2395 e3093fc12a00
child 3117 32686ae66c75
--- a/common/i18n.py	Fri Jul 24 13:50:59 2009 +0200
+++ b/common/i18n.py	Fri Jul 24 14:33:37 2009 +0200
@@ -73,7 +73,7 @@
         pofiles = [pof for pof in pofiles if exists(pof)]
         mergedpo = join(destdir, '%s_merged.po' % lang)
         try:
-            # merge application messages' catalog with the stdlib's one
+            # merge instance/cubes messages catalogs with the stdlib's one
             execute('msgcat --use-first --sort-output --strict %s > %s'
                     % (' '.join(pofiles), mergedpo))
             # make sure the .mo file is writeable and compile with *msgfmt*