summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-02-10 10:52:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-10 10:52:43 +0900
commit6281d6f87b782eb5a9bf410bb29eb981c00829e0 (patch)
tree30d0960ec923dcdd802d5976550302cc0de668de
parentdc13aa3ccc524f5f47b304216227b7825c1bb5e5 (diff)
downloadtdebase-6281d6f87b782eb5a9bf410bb29eb981c00829e0.tar.gz
tdebase-6281d6f87b782eb5a9bf410bb29eb981c00829e0.zip
Corrected comment description of new keyboard LED sync option.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kcontrol/tdm/tdm-appear.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/tdm/tdm-appear.cpp b/kcontrol/tdm/tdm-appear.cpp
index 719d30e77..8e49087d1 100644
--- a/kcontrol/tdm/tdm-appear.cpp
+++ b/kcontrol/tdm/tdm-appear.cpp
@@ -270,7 +270,7 @@ TDMAppearanceWidget::TDMAppearanceWidget(TQWidget *parent, const char *name)
TQGridLayout *hbox3 = new TQGridLayout(group->layout(), 2, 2, KDialog::spacingHint());
hbox3->setColStretch(1, 1);
hbox3->addWidget(kbdledbox, 1, 0);
- TQWhatsThis::add(kbdledbox, i18n("Enable or disable the use of tdekbdledsync to sync keyboard LED status in tdm."));
+ TQWhatsThis::add(kbdledbox, i18n("Enable or disable the use of tdekbdledsync to sync keyboard LED status."));
vbox->addStretch(1);
}