]> git.lyx.org Git - lyx.git/commitdiff
Fix layout strings that cause a make error
authorScott Kostyshak <skostysh@lyx.org>
Fri, 8 Apr 2016 22:19:56 +0000 (18:19 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Fri, 8 Apr 2016 22:40:56 +0000 (18:40 -0400)
We do not currently handle UTF-8 characters in our layout strings.
Replace dashes with simple ASCII dashes to avoid the following
error:

  msguniq -o lyx.po
  msguniq: input file '-' doesn't contain a header entry with a
  charset specification

This commit amends the recent commit b4dcad83.

lib/layouts/aastex6.layout

index e2038df3dc6b1362cdb3422c6976acd923a4fd12..b748425f7f10c6995a5515d0b5ad522d14ba330b 100644 (file)
@@ -100,12 +100,12 @@ Style Appendix
 End
 
 Style TableRefs
-       LabelString     "References"
+       LabelString     "References-"
        LabelFont
          Series        Bold
        EndFont
 End
 
 Style TableComments
-       LabelString     "Note"
+       LabelString     "Note-"
 End