From d2f5519ea6399bc5600a06c289f29bfd6e4bdd49 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Fri, 19 Apr 2019 14:27:27 +0200 Subject: [PATCH] Another quotation mark fix. --- 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 286ff17f3d..ccbbf95b20 100644 --- a/src/frontends/qt4/GuiBibitem.cpp +++ b/src/frontends/qt4/GuiBibitem.cpp @@ -60,7 +60,7 @@ void GuiBibitem::paramsToDialog(Inset const * inset) labelLA->setText(qt_("Author &Names:")); labelLA->setMaximumWidth(labelLA->sizeHint().width()); labelED->setToolTip(qt_("Insert the author name(s) for the author-year reference here. " - "If you use an abbreviated list (with 'et al.'), the full list can go below.")); + "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. " -- 2.39.5