add tooltip to help new users with private flag
This commit is contained in:
parent
1d09e5009f
commit
c0cb16425b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue