From: Juergen Spitzmueller Date: Fri, 19 Apr 2019 11:43:33 +0000 (+0200) Subject: Fix quotation marks in GUI string. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e4a4d0067bc54375171f9ccc5f2c349877ffa8d9;p=features.git Fix quotation marks in GUI string. --- diff --git a/src/frontends/qt4/GuiBibitem.cpp b/src/frontends/qt4/GuiBibitem.cpp index 9672b499ee..286ff17f3d 100644 --- a/src/frontends/qt4/GuiBibitem.cpp +++ b/src/frontends/qt4/GuiBibitem.cpp @@ -63,7 +63,7 @@ void GuiBibitem::paramsToDialog(Inset const * inset) "If you use an abbreviated list (with 'et al.'), the full list can go below.")); allAuthorsLA->setText(qt_("A&ll Author Names:")); allAuthorsLA->setMaximumWidth(allAuthorsLA->sizeHint().width()); - literalCB->setToolTip(qt_("Pass content of the `Author', 'Year' and 'All Authors' fields literally to LaTeX. " + literalCB->setToolTip(qt_("Pass content of the `Author', `Year' and `All Authors' fields literally to LaTeX. " "Check this if you want to enter LaTeX code.")); int const i = label.lastIndexOf("("); int const j = label.lastIndexOf(")");