diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:15:39 -0500 |
commit | 02a5c6530219e30774793437eb9d0b6d96f2b9e8 (patch) | |
tree | c82500b8585a11b9b6601f2fbcc85227df17c1d4 /kio/kssl | |
parent | a797120a54f4a09bf163eee16534a8db30619cc2 (diff) | |
download | tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.tar.gz tdelibs-02a5c6530219e30774793437eb9d0b6d96f2b9e8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kio/kssl')
-rw-r--r-- | kio/kssl/ksslinfodlg.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/kssl/ksslinfodlg.cc b/kio/kssl/ksslinfodlg.cc index ae2a4a3ae..bc67d3e6e 100644 --- a/kio/kssl/ksslinfodlg.cc +++ b/kio/kssl/ksslinfodlg.cc @@ -96,7 +96,7 @@ KSSLInfoDlg::KSSLInfoDlg(bool secureConnection, TQWidget *parent, const char *na } } else { d->pixmap->setPixmap(BarIcon("decrypted")); - d->info->setText(i18n("SSL support is not available in this build of KDE.")); + d->info->setText(i18n("SSL support is not available in this build of TDE.")); } d->m_layout->addRowSpacing( 0, 50 ); // give minimum height to look better @@ -117,7 +117,7 @@ KSSLInfoDlg::KSSLInfoDlg(bool secureConnection, TQWidget *parent, const char *na button->setFocus(); - setCaption(i18n("KDE SSL Information")); + setCaption(i18n("TDE SSL Information")); d->inQuestion = false; } |