mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kdepasswd: add tooltip for the SSL option
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a6bf48c93c
commit
88b98500ee
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@
|
|||
</item>
|
||||
<item row="4" column="1">
|
||||
<widget class="QComboBox" name="leSSL">
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p><span style=" font-weight:600;">No:</span></p><p>No attempt to encrypt the connection will be made.</p><p><span style=" font-weight:600;">Try:</span></p><p>An attempt to encrypt the connection will be made, proceeding even if that cannot be done.</p><p><span style=" font-weight:600;">Yes:</span></p><p>Connection will be encrypted or error will occurr.</p></body></html></string>
|
||||
</property>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>No</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue