diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:17:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:17:21 -0500 |
commit | 6e5b908df9ac10aeb3076bec39fe0a01952f704b (patch) | |
tree | 74627261cbf9ab460ad7c0d5dab7f19b13ad5e9e /cervisia | |
parent | aba985fc7e36791b1655d0ef79715b648411911f (diff) | |
download | tdesdk-6e5b908df9ac10aeb3076bec39fe0a01952f704b.tar.gz tdesdk-6e5b908df9ac10aeb3076bec39fe0a01952f704b.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/cervisiashell.cpp | 4 |
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 ); } |