mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Make another GUI string translatable
Part of #10999.
(cherry picked from commit 6ed7bbbf7e
)
This commit is contained in:
parent
47adfa661e
commit
fdc98c3fa8
@ -311,10 +311,10 @@ void GuiCitation::updateFormatting(CitationStyle const & currentStyle)
|
||||
|
||||
forceuppercaseCB->setEnabled(force && haveSelection);
|
||||
if (force && haveSelection)
|
||||
forceuppercaseCB->setToolTip("Force upper case in names (\"Del Piero\", not \"del Piero\").");
|
||||
forceuppercaseCB->setToolTip(qt_("Force upper case in names (\"Del Piero\", not \"del Piero\")."));
|
||||
else
|
||||
forceuppercaseCB->setToolTip("Force upper case in names (\"Del Piero\", not \"del Piero\"), "
|
||||
"if the current citation style supports this.");
|
||||
forceuppercaseCB->setToolTip(qt_("Force upper case in names (\"Del Piero\", not \"del Piero\"), "
|
||||
"if the current citation style supports this."));
|
||||
starredCB->setEnabled(full && haveSelection);
|
||||
textBeforeED->setEnabled(textbefore && haveSelection);
|
||||
textBeforeLA->setEnabled(textbefore && haveSelection);
|
||||
|
Loading…
Reference in New Issue
Block a user