summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/buttons/kbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/buttons/kbutton.cpp')
-rw-r--r--kicker/kicker/buttons/kbutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/kicker/buttons/kbutton.cpp b/kicker/kicker/buttons/kbutton.cpp
index 79f2f0bb2..a07a06cfc 100644
--- a/kicker/kicker/buttons/kbutton.cpp
+++ b/kicker/kicker/buttons/kbutton.cpp
@@ -43,7 +43,7 @@ KButton::KButton( TQWidget* parent )
: PanelPopupButton( parent, "KButton", KickerSettings::showDeepButtons() )
{
TQToolTip::add(this, i18n("Applications, tasks and desktop sessions"));
- setTitle(i18n("K Menu"));
+ setTitle(i18n("TDE Menu"));
setPopup(MenuManager::the()->kmenu()->widget());
MenuManager::the()->registerKButton(this);