fix: add missing tooltip for 'remove torrent' button (#5777)

This commit is contained in:
Gary Elshaw 2023-07-15 08:04:27 +12:00 committed by Charles Kerr
parent e80c933284
commit 549487d268
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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>