commit 52c8972f32275eccb10d37ff28e9562728aa55ea
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Fri Aug 4 22:12:15 2017 -0400

    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
---
 po/es.gmo |  Bin 472524 -> 475933 bytes
 po/es.po  |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/es.gmo b/po/es.gmo
index 6459d04..e8557e9 100644
Binary files a/po/es.gmo and b/po/es.gmo differ
diff --git a/po/es.po b/po/es.po
index 5dcbdb4..a99d853 100644
--- a/po/es.po
+++ b/po/es.po
@@ -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"

Reply via email to