summaryrefslogtreecommitdiffstats
path: root/cervisia/cervisiashell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cervisia/cervisiashell.cpp')
-rw-r--r--cervisia/cervisiashell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cervisia/cervisiashell.cpp b/cervisia/cervisiashell.cpp
index 53e42bf1..2e3ec62f 100644
--- a/cervisia/cervisiashell.cpp
+++ b/cervisia/cervisiashell.cpp
@@ -113,7 +113,7 @@ void CervisiaShell::setupActions()
(void) new KHelpMenu(this, instance()->aboutData(), false, actionCollection());
action = actionCollection()->action("help_contents");
- hint = i18n("Invokes the KDE help system with the Cervisia documentation");
+ hint = i18n("Invokes the TDE help system with the Cervisia documentation");
action->setToolTip( hint );
action->setWhatsThis( hint );
@@ -128,7 +128,7 @@ void CervisiaShell::setupActions()
action->setWhatsThis( hint );
action = actionCollection()->action("help_about_kde");
- hint = i18n("Displays the information about KDE and its version number");
+ hint = i18n("Displays the information about TDE and its version number");
action->setToolTip( hint );
action->setWhatsThis( hint );
}