diff options
Diffstat (limited to 'kcontrol/kio')
-rw-r--r-- | kcontrol/kio/ksaveioconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/kio/ksaveioconfig.cpp b/kcontrol/kio/ksaveioconfig.cpp index c5c471a9f..a52f92d3a 100644 --- a/kcontrol/kio/ksaveioconfig.cpp +++ b/kcontrol/kio/ksaveioconfig.cpp @@ -251,7 +251,7 @@ void KSaveIOConfig::updateProxyScout( TQWidget * parent ) if (!DCOPRef("kded", "proxyscout").send("reset")) { TQString caption = i18n("Update Failed"); - TQString message = i18n("You have to restart KDE " + TQString message = i18n("You have to restart TDE " "for these changes to take effect."); KMessageBox::information (parent, message, caption); return; |