summaryrefslogtreecommitdiffstats
path: root/kcontrol/kded
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:04:39 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:04:39 -0600
commit8781095d0759d8af3207e717560a53c02c32bc8b (patch)
treecf2d5c4f6bc70ec1e1f63bdd2d40d279d135629f /kcontrol/kded
parent7d7246d87d0bacaaeee66ac6bf0b3d14ba1af078 (diff)
downloadtdebase-8781095d0759d8af3207e717560a53c02c32bc8b.tar.gz
tdebase-8781095d0759d8af3207e717560a53c02c32bc8b.zip
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'kcontrol/kded')
-rw-r--r--kcontrol/kded/kcmkded.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/kded/kcmkded.cpp b/kcontrol/kded/kcmkded.cpp
index 425d58823..f6fcd2e5a 100644
--- a/kcontrol/kded/kcmkded.cpp
+++ b/kcontrol/kded/kcmkded.cpp
@@ -56,8 +56,8 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &)
about->addAuthor("Daniel Molkentin",0,"molkentin@kde.org");
setAboutData( about );
- setQuickHelp( i18n("<h1>Service Manager</h1><p>This module allows you to have an overview of all plugins of the "
- "KDE Daemon (KDED), also referred to as TDE Services. Generally, there are two types of service:</p>"
+ setQuickHelp( i18n("<h1>Service Manager</h1><p>This module allows you to have an overview of all plugins "
+ "running as TDE Services. Generally, there are two types of service:</p>"
"<ul><li>Services invoked at startup</li><li>Services called on demand</li></ul>"
"<p>The latter are only listed for convenience. The startup services can be started and stopped. "
"In Administrator mode, you can also define whether services should be loaded at startup.</p>"