diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
commit | 113afa85802c78961dc40cbbca19e073b274f10b (patch) | |
tree | 3d9c23c78ae375dfadd975ac95f2b0f000abbb53 /kcontrol/kded | |
parent | 363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff) | |
download | tdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kcontrol/kded')
-rw-r--r-- | kcontrol/kded/kcmkded.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/kded/kcmkded.cpp b/kcontrol/kded/kcmkded.cpp index 533cc9b84..51d742894 100644 --- a/kcontrol/kded/kcmkded.cpp +++ b/kcontrol/kded/kcmkded.cpp @@ -57,11 +57,11 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &) setAboutData( about ); setQuickHelp( i18n("<h1>Service Manager</h1><p>This module allows you to have an overview of all plugins of the " - "KDE Daemon, also referred to as KDE Services. Generally, there are two types of service:</p>" + "KDE Daemon (KDED), also referred to 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>" - "<p><b> Use this with care: some services are vital for KDE; do not deactivate services if you" + "<p><b> Use this with care: some services are vital for TDE; do not deactivate services if you" " do not know what you are doing.</b></p>")); RUNNING = i18n("Running")+" "; @@ -70,7 +70,7 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &) TQVBoxLayout *lay = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQGroupBox *gb = new TQVGroupBox(i18n("Load-on-Demand Services"), this ); - TQWhatsThis::add(gb, i18n("This is a list of available KDE services which will " + TQWhatsThis::add(gb, i18n("This is a list of available TDE services which will " "be started on demand. They are only listed for convenience, as you " "cannot manipulate these services.")); lay->addWidget( gb ); @@ -83,8 +83,8 @@ KDEDConfig::KDEDConfig(TQWidget* parent, const char* name, const TQStringList &) _lvLoD->header()->setStretchEnabled(true, 1); gb = new TQVGroupBox(i18n("Startup Services"), this ); - TQWhatsThis::add(gb, i18n("This shows all KDE services that can be loaded " - "on KDE startup. Checked services will be invoked on next startup. " + TQWhatsThis::add(gb, i18n("This shows all TDE services that can be loaded " + "on TDE startup. Checked services will be invoked on next startup. " "Be careful with deactivation of unknown services.")); lay->addWidget( gb ); |