|
|
|
@ -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 );
|
|
|
|
|
}
|
|
|
|
|