From 6e5b908df9ac10aeb3076bec39fe0a01952f704b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 26 May 2012 19:17:21 -0500 Subject: Branding cleanup: KDE -> TDE --- cervisia/cervisiashell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cervisia') 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 ); } -- cgit v1.2.3