commit ac84510453d53597afa1b7dcf61d2a470843afd9
Author: Juergen Spitzmueller <[email protected]>
Date: Fri Apr 19 13:43:33 2019 +0200
Fix quotation marks in GUI string.
---
src/frontends/qt4/GuiBibitem.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt4/GuiBibitem.cpp b/src/frontends/qt4/GuiBibitem.cpp
index 9672b49..286ff17 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(")");