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.
This commit is contained in:
Scott Kostyshak 2016-04-08 18:19:56 -04:00
parent b4dcad83b2
commit fe82ce961a

View File

@ -100,12 +100,12 @@ Style Appendix
End End
Style TableRefs Style TableRefs
LabelString "References" LabelString "References-"
LabelFont LabelFont
Series Bold Series Bold
EndFont EndFont
End End
Style TableComments Style TableComments
LabelString "Note" LabelString "Note-"
End End