mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix gtk-cancel translation setting in remove dialog
This commit is contained in:
parent
d669e6e864
commit
4175289690
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
<property name="label" translatable="yes">gtk-cancel</property>
|
||||
<property name="label" translatable="no">gtk-cancel</property>
|
||||
<property name="use_stock">True</property>
|
||||
<property name="response_id">-6</property>
|
||||
<signal name="clicked" handler="on_button_cancel_clicked"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue