diff --git a/po/gramps.pot b/po/gramps.pot index 7e76faae5..b450248d6 100644 --- a/po/gramps.pot +++ b/po/gramps.pot @@ -3838,7 +3838,7 @@ msgid "Open in %(program_name)s" msgstr "" #: ../src/docgen/LaTeXDoc.py:537 -msgid "LaTex" +msgid "LaTeX" msgstr "" #: ../src/docgen/ODFDoc.py:1160 ../src/docgen/ODFDoc.py:1162 diff --git a/src/docgen/LaTeXDoc.py b/src/docgen/LaTeXDoc.py index 5b7edfb01..2003e5e45 100644 --- a/src/docgen/LaTeXDoc.py +++ b/src/docgen/LaTeXDoc.py @@ -534,4 +534,4 @@ try: except: print_label = None -pmgr.register_text_doc(_('LaTex'), LaTeXDoc, 1, 0, ".tex", print_label) +pmgr.register_text_doc(_('LaTeX'), LaTeXDoc, 1, 0, ".tex", print_label)