fix gtk-cancel translation setting in remove dialog

This commit is contained in:
Marcos Pinto 2009-01-07 03:41:52 +00:00
parent 69e5fe1d3d
commit ad2fc421dc
1 changed files with 1 additions and 1 deletions

View File

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