diff --git a/kcms/kded/kcmkded.cpp b/kcms/kded/kcmkded.cpp --- a/kcms/kded/kcmkded.cpp +++ b/kcms/kded/kcmkded.cpp @@ -86,7 +86,7 @@ "" "

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.

" - "

Use this with care: some services are vital for KDE; do not deactivate services if you" + "

Use this with care: some services are vital for Plasma; do not deactivate services if you" " do not know what you are doing.

")); RUNNING = i18n("Running")+' '; @@ -118,7 +118,7 @@ gb = new QGroupBox( i18n("Startup Services"), this ); gb->setWhatsThis( i18n("This shows all KDE services that can be loaded " - "on KDE startup. Checked services will be invoked on next startup. " + "on Plasma startup. Checked services will be invoked on next startup. " "Be careful with deactivation of unknown services.")); lay->addWidget( gb );