diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-17 17:52:36 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-17 20:13:24 +0900 |
commit | 21865be19a2796bfb2f92457ea5407f066972ec4 (patch) | |
tree | 3bb64974132f8a6cdcef73d0752bdc3106924ff4 /kopete | |
parent | 6148e60759606fe8c1d7037956a38b9a4427e8b2 (diff) | |
download | tdenetwork-21865be19a2796bfb2f92457ea5407f066972ec4.tar.gz tdenetwork-21865be19a2796bfb2f92457ea5407f066972ec4.zip |
kopete: change text to make clear that the encryption SSL option refers to an old protocol and it is not recommended. This resolves issue #54.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | 6 | ||||
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui index 5a13dbd9..cab16996 100644 --- a/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui +++ b/kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui @@ -279,13 +279,13 @@ <cstring>cbUseSSL</cstring> </property> <property name="text"> - <string>Use protocol encr&yption (SSL)</string> + <string>Use old style SSL encr&yption protocol (not recommended)</string> </property> <property name="toolTip" stdset="0"> - <string>Check this box to enable SSL encrypted communication with the server.</string> + <string>Check this box to enable the old style SSL encrypted communication with the server. This is not recommended and only works on very old servers.</string> </property> <property name="whatsThis" stdset="0"> - <string>Check this box to enable SSL encrypted communication with the server. Note that this is not end-to-end encryption, but rather encrypted communication with the server.</string> + <string>Check this box to enable the old style SSL encrypted communication with the server. Note that this is not end-to-end encryption, but rather encrypted communication with the server. This is not recommended and only works on very old servers.</string> </property> </widget> <widget class="TQLabel"> diff --git a/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui b/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui index 3133542d..9ed63b24 100644 --- a/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui +++ b/kopete/protocols/jabber/ui/dlgjabberregisteraccount.ui @@ -119,16 +119,16 @@ </sizepolicy> </property> <property name="text"> - <string>Use protocol encr&yption (SSL)</string> + <string>Use old style SSL encr&yption protocol (not recommended)</string> </property> <property name="checked"> <bool>true</bool> </property> <property name="toolTip" stdset="0"> - <string>Check this box to enable SSL encrypted communication with the server.</string> + <string>Check this box to enable the old style SSL encrypted communication with the server. This is not recommended and only works on very old servers.</string> </property> <property name="whatsThis" stdset="0"> - <string>Check this box to enable SSL encrypted communication with the server. Note that this is not end-to-end encryption, but rather encrypted communication with the server.</string> + <string>Check this box to enable the old style SSL encrypted communication with the server. Note that this is not end-to-end encryption, but rather encrypted communication with the server. This is not recommended and only works on very old servers.</string> </property> </widget> <widget class="TQLabel" row="1" column="0"> |