From c43b5d600a7d1dcaadcba2cb047a60313b37f2f2 Mon Sep 17 00:00:00 2001 From: sandman Date: Tue, 08 Oct 2002 01:21:52 +0000 Subject: - added an "All Tabs" tab entry, which will affect all tabs - enabled "What's this" help mode -- many tooltips still missing --- (limited to 'core/settings/launcher/menusettings.cpp') diff --git a/core/settings/launcher/menusettings.cpp b/core/settings/launcher/menusettings.cpp index 8d363fa..5a9fada 100644 --- a/core/settings/launcher/menusettings.cpp +++ b/core/settings/launcher/menusettings.cpp @@ -64,8 +64,8 @@ MenuSettings::MenuSettings ( QWidget *parent, const char *name ) m_menutabs = new QCheckBox ( tr( "Show Launcher tabs in O-Menu" ), this ); lay-> addWidget ( m_menutabs ); - QWhatsThis::add ( m_list, tr( "Check the applets that you want displayed in the O-Menu." )); - QWhatsThis::add ( m_menutabs, tr( "Adds the contents of the Launcher as menus in the O-Menu." )); + QWhatsThis::add ( m_list, tr( "Check the applets that you want to have included in the O-Menu." )); + QWhatsThis::add ( m_menutabs, tr( "Adds the contents of the Launcher Tabs as menus in the O-Menu." )); connect ( m_list, SIGNAL( clicked ( QListViewItem * )), this, SLOT( appletChanged ( ))); -- cgit v0.9.0.2