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:53:08 +0900
commit88d5400a0b5ea591c31b85163e00ff473ae48ddb (patch)
tree86291e6c3a36a095269aca4692b0b897a79dd832
parent10f040d37776c8cce89312285243be7344b0e261 (diff)
downloadtdebase-88d5400a0b5ea591c31b85163e00ff473ae48ddb.tar.gz
tdebase-88d5400a0b5ea591c31b85163e00ff473ae48ddb.zip
Corrected comment description of new keyboard LED sync option.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6281d6f87b782eb5a9bf410bb29eb981c00829e0)
-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);
}