summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:08:28 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-01-19 01:08:28 -0600
commitb5a0fb6e7ca99be5fbdbc1e8dbef74b25916f5aa (patch)
tree1cdd5a25d1a8e6900435544c0eedc781139a2cdd
parent629b18f098977388235ef9db0d8c55fc160bb7c3 (diff)
downloadkiosktool-b5a0fb6e7ca99be5fbdbc1e8dbef74b25916f5aa.tar.gz
kiosktool-b5a0fb6e7ca99be5fbdbc1e8dbef74b25916f5aa.zip
Rebranding, tooltip, and What's This string cleanup.
-rw-r--r--kiosktool/kcms/autostart/kcmautostart.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kiosktool/kcms/autostart/kcmautostart.cpp b/kiosktool/kcms/autostart/kcmautostart.cpp
index 0649569..e8bb8aa 100644
--- a/kiosktool/kcms/autostart/kcmautostart.cpp
+++ b/kiosktool/kcms/autostart/kcmautostart.cpp
@@ -63,8 +63,8 @@ AutoStartConfig::AutoStartConfig(TQWidget* parent, const char* name, const TQStr
TQVBoxLayout *lay = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
TQGroupBox *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 );
@@ -181,12 +181,12 @@ void AutoStartConfig::slotItemChecked(TQCheckListItem*)
TQString AutoStartConfig::quickHelp() const
{
- return 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>"
+ return 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>"
- "<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>");
}