diff options
author | Michele Calgaro <[email protected]> | 2023-08-17 17:52:36 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-17 20:16:38 +0900 |
commit | 8c4f5d5c911f09c5bd523c091a85721f44048826 (patch) | |
tree | e54682df32f6afb97dac56ff9a0782956a9a5e38 /kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | |
parent | 9795d15cda9fa26bfbd90321f774014537f9675b (diff) | |
download | tdenetwork-8c4f5d5c911f09c5bd523c091a85721f44048826.tar.gz tdenetwork-8c4f5d5c911f09c5bd523c091a85721f44048826.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 <[email protected]>
(cherry picked from commit 21865be19a2796bfb2f92457ea5407f066972ec4)
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgjabbereditaccountwidget.ui | 6 |
1 files changed, 3 insertions, 3 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"> |