Fix es.po issue causing broken LyXHTML export

Because of a missing backslash, a layout label was not correct.
This caused display issues for the layout in the LyX GUI, but since
the label is not used in export to LaTeX, the ctests for LaTeX
export all passed. Luckily, our LyXHTML test (in particular, the
xmllint part) caught the failure because the lables are exported.

The GUI label now looks good and the following test passes:

    export/examples/es/linguistics_xhtml
This commit is contained in:
Scott Kostyshak 2017-08-04 22:12:15 -04:00
parent 1c97524718
commit 52c8972f32
2 changed files with 2 additions and 2 deletions

BIN
po/es.gmo

Binary file not shown.

View File

@ -13051,11 +13051,11 @@ msgstr "(\\arabic{examplei})"
#: lib/layouts/linguistics.module:24
msgid "\\theexamplei (\\alph{subexample})"
msgstr "\\theexamplei (\alph{subexample})"
msgstr "\\theexamplei (\\alph{subexample})"
#: lib/layouts/linguistics.module:29
msgid "\\theexamplei (\\alph{subexamplei})"
msgstr "\\theexamplei (\alph{subexamplei})"
msgstr "\\theexamplei (\\alph{subexamplei})"
#: lib/layouts/linguistics.module:32 lib/layouts/linguistics.module:260
msgid "Tableaux"