mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
add tooltip to help new users with private flag
This commit is contained in:
parent
1d09e5009f
commit
c0cb16425b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue