mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
fix: add missing tooltip for 'remove torrent' button (#5777)
This commit is contained in:
parent
e80c933284
commit
549487d268
2 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
<object class="GtkToolButton" id="remove_torrent_button">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<property name="tooltip-text" translatable="yes">Remove torrent</property>
|
||||
<property name="action-name">win.remove-torrent</property>
|
||||
<property name="label" translatable="yes">Remove torrent</property>
|
||||
<property name="use-underline">True</property>
|
||||
|
|
|
@ -59,6 +59,7 @@ horizontal</property>
|
|||
<child>
|
||||
<object class="GtkButton" id="remove_torrent_button">
|
||||
<property name="focusable">1</property>
|
||||
<property name="tooltip-text" translatable="yes">Remove torrent</property>
|
||||
<property name="action-name">win.remove-torrent</property>
|
||||
<property name="label" translatable="1">Remove torrent</property>
|
||||
<property name="use-underline">1</property>
|
||||
|
|
Loading…
Reference in a new issue