add tooltip to help new users with private flag

This commit is contained in:
Marcos Pinto 2007-07-16 01:49:11 +00:00
parent 1d09e5009f
commit c0cb16425b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="tooltip" translatable="yes">Torrent will not be distributed on the trackerless (DHT) network</property>
<property name="label" translatable="yes">Set the private flag</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>