aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar un1versal2016-06-13 17:29:01 +0100
committerGravatar un1versal2016-06-13 17:52:30 +0100
commiteb0c62f34f9e4c40f705b9f03df33ae780c5d8b5 (patch)
tree5124faea284772c5ee15523cdb12877f595dac38
parentsource: cosmetic cleanups (diff)
downloadKVIrc-eb0c62f34f9e4c40f705b9f03df33ae780c5d8b5.tar.gz
KVIrc-eb0c62f34f9e4c40f705b9f03df33ae780c5d8b5.tar.bz2
KVIrc-eb0c62f34f9e4c40f705b9f03df33ae780c5d8b5.zip
KviInputEditor: cosmetic and typo fixes to spell checker
-rw-r--r--src/kvirc/ui/KviInputEditor.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/kvirc/ui/KviInputEditor.cpp b/src/kvirc/ui/KviInputEditor.cpp
index 6d99c53df..3cac41260 100644
--- a/src/kvirc/ui/KviInputEditor.cpp
+++ b/src/kvirc/ui/KviInputEditor.cpp
@@ -1147,8 +1147,7 @@ void KviInputEditor::showContextPopup(const QPoint & pos)
}
else
{
- pAction = g_pInputPopup->addAction(
- __tr2qs("Correct Spelling"));
+ pAction = g_pInputPopup->addAction(__tr2qs("Correct Spelling"));
pAction->setEnabled(false);
}
#endif
@@ -1219,8 +1218,7 @@ void KviInputEditor::fillSpellCheckerCorrectionsPopup()
if(!pCurrentBlock->bSpellCheckable)
{
- pLabel->setText(__tr2qs("Spelling Checker"));
-
+ pLabel->setText(__tr2qs("Spell Checker"));
m_SpellCheckerPopup.addAction(__tr2qs("No Suggestions Available"))->setEnabled(false);
}
else