summaryrefslogtreecommitdiffstats
path: root/krename
diff options
context:
space:
mode:
Diffstat (limited to 'krename')
-rw-r--r--krename/krenameimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/krenameimpl.cpp b/krename/krenameimpl.cpp
index b03989a..cad2c87 100644
--- a/krename/krenameimpl.cpp
+++ b/krename/krenameimpl.cpp
@@ -308,7 +308,7 @@ void KRenameImpl::setupActions()
menuBar->insertItem( i18n("&Help"), mnuHelp->menu() );
KAction* prefAct = KStdAction::preferences( this, TQT_SLOT(preferences()), actionCollection );
- loadPlugins = new KAction( i18n("&Load KDE file plugins"), 0, this, TQT_SLOT( loadFilePlugins() ), actionCollection );
+ loadPlugins = new KAction( i18n("&Load TDE file plugins"), 0, this, TQT_SLOT( loadFilePlugins() ), actionCollection );
KAction* reloadAct = new KAction( i18n("&Reload Plugin Data"), 0, this, TQT_SLOT( reloadFilePluginData() ), actionCollection );
prefAct->plug( mnuSettings );