mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix quotation marks in GUI string.
This commit is contained in:
parent
2fa68abd00
commit
ac84510453
@ -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(")");
|
||||
|
Loading…
Reference in New Issue
Block a user