summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--konversation/src/query.cpp2
-rw-r--r--konversation/src/sslsocket.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/konversation/src/query.cpp b/konversation/src/query.cpp
index 685dc8f..bc1cd7d 100644
--- a/konversation/src/query.cpp
+++ b/konversation/src/query.cpp
@@ -65,7 +65,7 @@ Query::Query(TQWidget* parent, TQString _name) : ChatWindow(parent)
queryHostmask=new Konversation::TopicLabel(box, "query_hostmask");
- TQString whatsthis = i18n("<qt>Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the KDE Addressbook.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
+ TQString whatsthis = i18n("<qt>Some details of the person you are talking to in this query is shown in this bar. The full name and hostmask is shown, along with any image or logo this person has associated with them in the TDE Addressbook.<p>See the <i>Konversation Handbook</i> for information on associating a nick with a contact in the Addressbook, and for an explanation of what the hostmask is.</qt>");
TQWhatsThis::add(addresseeimage, whatsthis);
TQWhatsThis::add(addresseelogoimage, whatsthis);
TQWhatsThis::add(queryHostmask, whatsthis);
diff --git a/konversation/src/sslsocket.cpp b/konversation/src/sslsocket.cpp
index 4991d75..3659d00 100644
--- a/konversation/src/sslsocket.cpp
+++ b/konversation/src/sslsocket.cpp
@@ -122,7 +122,7 @@ void SSLSocket::connected()
else
{
kdError() << "SSL not functional!" << endl;
- emit sslFailure(i18n("The functionality to connect to servers using encrypted SSL communications is not available to Konversation because OpenSSL support was not enabled at compile time. You will need to get new version of KDE that has SSL support."));
+ emit sslFailure(i18n("The functionality to connect to servers using encrypted SSL communications is not available to Konversation because OpenSSL support was not enabled at compile time. You will need to get new version of TDE that has SSL support."));
close();
}
}