]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibitem.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiBibitem.cpp
index 9672b499ee0295049445e762c466279b5e38195a..ccbbf95b20908cb54b31dc2eff281896a49f1484 100644 (file)
@@ -60,10 +60,10 @@ 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. "
+               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(")");