]> git.lyx.org Git - features.git/commitdiff
Fix quotation marks in GUI string.
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 19 Apr 2019 11:43:33 +0000 (13:43 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:26 +0000 (15:48 +0200)
src/frontends/qt4/GuiBibitem.cpp

index 9672b499ee0295049445e762c466279b5e38195a..286ff17f3d47374ec966eae8e72568941fee9078 100644 (file)
@@ -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(")");