diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-20 12:31:19 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-06-20 12:31:19 -0500 |
commit | 719298b848ddafadf2cca33d550660ff75faac93 (patch) | |
tree | 9d06566f539022b2462e0d595ed214a9bd6c569a | |
parent | 99fec1f0d00209e02cc65b3958eaeb9f9e9c6d57 (diff) | |
parent | 14250faabdef768677cbaab582f762e3cdb23b12 (diff) | |
download | tdebase-719298b848ddafadf2cca33d550660ff75faac93.tar.gz tdebase-719298b848ddafadf2cca33d550660ff75faac93.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
-rw-r--r-- | kcontrol/konq/behaviour.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kcontrol/konq/behaviour.cpp b/kcontrol/konq/behaviour.cpp index 48f155eb4..4f256b71c 100644 --- a/kcontrol/konq/behaviour.cpp +++ b/kcontrol/konq/behaviour.cpp @@ -95,7 +95,8 @@ KBehaviourOptions::KBehaviourOptions(TDEConfig *config, TQString group, TQWidget connect(cbShowTips, TQT_SIGNAL(clicked()), this, TQT_SLOT(changed())); TQWhatsThis::add( cbShowTips, i18n("Here you can control if, when moving the mouse over a file, you want to see a " - "small popup window with additional information about that file")); + "small popup window with additional information about that file." + "This feature requires 'Enable tooltips' in KControl, Appearance & Themes, Style.")); connect(cbShowTips, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotShowTips(bool))); /* |