From e4a4d0067bc54375171f9ccc5f2c349877ffa8d9 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 19 Apr 2019 13:43:33 +0200 Subject: [PATCH] Fix quotation marks in GUI string. --- src/frontends/qt4/GuiBibitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(")"); -- 2.39.5