diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 17:04:27 -0500 |
commit | cfd4a7e4ea2276df469207aa5041cec412861493 (patch) | |
tree | e152ba128e844e80ea4f077636d3c401d489afd1 /kcontrol/xinerama | |
parent | dc609a23cd52d860cc7a07605b77cce92b68c146 (diff) | |
download | tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.tar.gz tdebase-cfd4a7e4ea2276df469207aa5041cec412861493.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/xinerama')
-rw-r--r-- | kcontrol/xinerama/kcmxinerama.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/xinerama/kcmxinerama.cpp b/kcontrol/xinerama/kcmxinerama.cpp index 39db12e0b..3be527fe1 100644 --- a/kcontrol/xinerama/kcmxinerama.cpp +++ b/kcontrol/xinerama/kcmxinerama.cpp @@ -53,7 +53,7 @@ KCMXinerama::KCMXinerama(TQWidget *parent, const char *name) about->addAuthor("George Staikos", 0, "staikos@kde.org"); setAboutData( about ); - setQuickHelp( i18n("<h1>Multiple Monitors</h1> This module allows you to configure KDE support" + setQuickHelp( i18n("<h1>Multiple Monitors</h1> This module allows you to configure TDE support" " for multiple monitors.")); config = new KConfig("kdeglobals", false, false); @@ -184,7 +184,7 @@ void KCMXinerama::save() { ksplashrc->sync(); } - KMessageBox::information(this, i18n("Your settings will only affect newly started applications."), i18n("KDE Multiple Monitors"), "nomorexineramaplease"); + KMessageBox::information(this, i18n("Your settings will only affect newly started applications."), i18n("TDE Multiple Monitors"), "nomorexineramaplease"); emit changed(false); } |