A typo in LaTeX fixed.
svn: r11152
This commit is contained in:
parent
8dda623e38
commit
0882ffa8c2
@ -3838,7 +3838,7 @@ msgid "Open in %(program_name)s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/docgen/LaTeXDoc.py:537
|
#: ../src/docgen/LaTeXDoc.py:537
|
||||||
msgid "LaTex"
|
msgid "LaTeX"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../src/docgen/ODFDoc.py:1160 ../src/docgen/ODFDoc.py:1162
|
#: ../src/docgen/ODFDoc.py:1160 ../src/docgen/ODFDoc.py:1162
|
||||||
|
@ -534,4 +534,4 @@ try:
|
|||||||
except:
|
except:
|
||||||
print_label = None
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user