From: Enrico Forestieri Date: Thu, 27 Mar 2008 11:06:36 +0000 (+0000) Subject: Backslashes should be escaped, otherwise the translated string is ignored. X-Git-Tag: 1.6.10~5391 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c0d04eea687cb18b96fb6608e3d6fd9b97988fb8;p=features.git Backslashes should be escaped, otherwise the translated string is ignored. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24003 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/layouts/endnotes.module b/lib/layouts/endnotes.module index bfab10d833..ce87de3fda 100644 --- a/lib/layouts/endnotes.module +++ b/lib/layouts/endnotes.module @@ -1,7 +1,7 @@ #\DeclareLyXModule[endnotes.sty]{Endnote} #DescriptionBegin #Adds an endnote command, in addition to footnotes. You will need to add -#\theendnotes in ERT where you want the endnotes to appear. +#\\theendnotes in ERT where you want the endnotes to appear. #DescriptionEnd Format 7 diff --git a/lib/layouts/foottoend.module b/lib/layouts/foottoend.module index 09b238c187..dbbbc19151 100644 --- a/lib/layouts/foottoend.module +++ b/lib/layouts/foottoend.module @@ -1,6 +1,6 @@ #\DeclareLyXModule[endnotes.sty]{Foot to End} #DescriptionBegin -#Sets all footnotes as endnotes. You will need to add \theendnotes +#Sets all footnotes as endnotes. You will need to add \\theendnotes #in ERT where you want the endnotes to appear. #DescriptionEnd