From fe82ce961a6b8ac52ef705b7e4b3a7ef68c70b5a Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 8 Apr 2016 18:19:56 -0400 Subject: [PATCH] Fix layout strings that cause a make error 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/layouts/aastex6.layout b/lib/layouts/aastex6.layout index e2038df3dc..b748425f7f 100644 --- a/lib/layouts/aastex6.layout +++ b/lib/layouts/aastex6.layout @@ -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