fix a tooltip

This commit is contained in:
Nikos Kouremenos 2005-06-14 23:29:52 +00:00
parent 62ae4a1c88
commit 965e569b36
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@
<child>
<widget class="GtkCheckButton" id="use_ssl_checkbutton">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Check this so Gajim will connect in port 5223 where legacy servers are expected to have SSL capabilities. Note that Gajim uses TLS encryption by default, if broadcasted by the server, and with this option enabled you disable TLS</property>
<property name="tooltip" translatable="yes">Check this so Gajim will connect in port 5223 where legacy servers are expected to have SSL capabilities. Note that Gajim uses TLS encryption by default, if broadcasted by the server, and with this option enabled TLS will be disabled</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Use _SSL (legacy)</property>
<property name="use_underline">True</property>