]> git.lyx.org Git - lyx.git/blobdiff - po/lyx_pot.py
Add comment
[lyx.git] / po / lyx_pot.py
index bf700e1e98a789a7cac934f5058d49344ace9b75..3da45a5a931aa39600aacf2b38adbd4f2a400497 100755 (executable)
@@ -295,7 +295,10 @@ def layouts_l10n(input_files, output, base, layouttranslations):
 
         print >> out, '''# This file has been automatically generated by po/lyx_pot.py.
 # PLEASE MODIFY ONLY THE LAGUAGES HAVING NO .po FILE! If you want to regenerate
-# this file from the translations, run `make ../lib/layouttranslations' in po.'''
+# this file from the translations, run `make ../lib/layouttranslations' in po.
+# Python polib library is needed for building the output file.
+#
+# This file should remain fixed during minor LyX releases.'''
         for lang in languages:
             print >> out, '\nTranslation %s' % lang
             if lang in oldtrans.keys():