fix gtk-cancel translation setting in remove dialog
This commit is contained in:
parent
69e5fe1d3d
commit
ad2fc421dc
|
@ -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…
Reference in New Issue