diff options
Diffstat (limited to 'kcontrol/xinerama/kcmxinerama.cpp')
-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); } |