diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
commit | e37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch) | |
tree | a9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /kcontrol/kio/ksaveioconfig.cpp | |
parent | cfd4a7e4ea2276df469207aa5041cec412861493 (diff) | |
download | tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kcontrol/kio/ksaveioconfig.cpp')
-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; |