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))); /*