]> git.lyx.org Git - features.git/commitdiff
Another quotation mark fix.
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 19 Apr 2019 12:27:27 +0000 (14:27 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 19 Apr 2019 12:27:27 +0000 (14:27 +0200)
src/frontends/qt4/GuiBibitem.cpp

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