[rkward] rkward/settings: Fix minor typos
Yuri Chornoivan
null at kde.org
Sun May 3 06:45:28 BST 2020
Git commit 7a2ed62bbe25b3669c9847684f0ad987201ad54b by Yuri Chornoivan.
Committed on 03/05/2020 at 05:45.
Pushed by yurchor into branch 'master'.
Fix minor typos
M +1 -1 rkward/settings/rksettingsmodulecommandeditor.cpp
https://commits.kde.org/rkward/7a2ed62bbe25b3669c9847684f0ad987201ad54b
diff --git a/rkward/settings/rksettingsmodulecommandeditor.cpp b/rkward/settings/rksettingsmodulecommandeditor.cpp
index 7f4166c5..ce197c16 100644
--- a/rkward/settings/rksettingsmodulecommandeditor.cpp
+++ b/rkward/settings/rksettingsmodulecommandeditor.cpp
@@ -82,7 +82,7 @@ RKCodeCompletionSettingsWidget::RKCodeCompletionSettingsWidget(QWidget *parent,
tabkey_invokes_completion_box = new QCheckBox(group);
tabkey_invokes_completion_box->setChecked(settings->tabkey_invokes_completion);
- RKCommonFunctions::setTips (i18n ("Note: Further shorcuts can be assigned, and by default, Ctlr+Space invokes completions, in addition to this. Further, Pressing the tab key, while completions are shown, performs partial completion (if possible), independent of this setting."), tabkey_invokes_completion_box);
+ RKCommonFunctions::setTips (i18n ("Note: Further shortcuts can be assigned, and by default, Ctlr+Space invokes completions, in addition to this. Further, pressing the Tab key, while completions are shown, performs partial completion (if possible), independent of this setting."), tabkey_invokes_completion_box);
connect (tabkey_invokes_completion_box, &QCheckBox::stateChanged, this, &RKCodeCompletionSettingsWidget::change);
form_layout->addRow (i18n ("Tab key invokes code completion"), tabkey_invokes_completion_box);
More information about the rkward-tracker
mailing list