]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/texi-langutils.py
Merge with master
[lilypond.git] / buildscripts / texi-langutils.py
index 09737639b7834523bbc14e377e3b355cb7951535..62c87619ddadf9f8a030057fe15db80c4f6a980f 100644 (file)
@@ -86,7 +86,7 @@ if make_gettext:
        node_list = open (node_list_filename, 'w')
        for texi_file in texi_files:
                process_texi (texi_file, intro_blurb, node_blurb, make_skeleton, node_list)
-       for word in ('Up:', 'Next:', 'Previous:', 'Appendix'):
+       for word in ('Up:', 'Next:', 'Previous:', 'Appendix', 'Footnotes'):
                node_list.write ('_("' + word + '")\n')
        node_list.close ()
        os.system ('xgettext -L Python --no-location -o ' + output_file + ' ' + node_list_filename)