diff options
Diffstat (limited to 'tdeio')
-rw-r--r-- | tdeio/kssl/ksslcertdlg.cc | 2 | ||||
-rw-r--r-- | tdeio/tdeio/global.cpp | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/tdeio/kssl/ksslcertdlg.cc b/tdeio/kssl/ksslcertdlg.cc index 53904f10d..7431d4c0a 100644 --- a/tdeio/kssl/ksslcertdlg.cc +++ b/tdeio/kssl/ksslcertdlg.cc @@ -81,7 +81,7 @@ KSSLCertDlg::KSSLCertDlg(TQWidget *parent, const char *name, bool modal) connect(d->p_pb_dontsend, TQT_SIGNAL(clicked()), TQT_SLOT(slotDont())); #ifndef TQT_NO_WIDGET_TOPEXTRA - setCaption(i18n("KDE SSL Certificate Dialog")); + setCaption(i18n("TDE SSL Certificate Dialog")); #endif } diff --git a/tdeio/tdeio/global.cpp b/tdeio/tdeio/global.cpp index 4a5819bad..ff51ac19c 100644 --- a/tdeio/tdeio/global.cpp +++ b/tdeio/tdeio/global.cpp @@ -688,11 +688,10 @@ TDEIO_EXPORT TQByteArray TDEIO::rawErrorDetail(int errorCode, const TQString &er causes << i18n( "The requested protocol may not be supported." ) << i18n( "The versions of the %1 protocol supported by this computer and " "the server may be incompatible." ).arg( protocol ); - solutions << i18n( "You may perform a search on the Internet for a TDE " - "program (called a tdeioslave or ioslave) which supports this protocol. " - "Places to search include <a href=\"http://kde-apps.org/\">" - "http://kde-apps.org/</a> and <a href=\"http://freshmeat.net/\">" - "http://freshmeat.net/</a>." ) + solutions << i18n( "You may perform a search on the Trinity website for a TDE " + "program (called a tdeioslave, ioslave or tdeio) which supports this protocol. " + "Places to search include <a href=\"https://mirror.git.trinitydesktop.org/cgit/\">" + "https://mirror.git.trinitydesktop.org/cgit/</a> or the repos for your distribution." ) << sUpdate << sSysadmin; break; |