Rename "close" to "cancel" in Add new podcast dialog (bug 265)

Problem description and justification:

When adding a podcast, there are two buttons -
close and add. I suggest from a useability point
of view, that you rename 'close' to cancel which
people are more used to seeing – I kept hitting
this when I actually wanted to do was 'close the
dialogue and continue – ie add).  I then had to
go back and reenter the subscription information again.

Thanks to Vic for reporting this bug on Bugzilla.
This commit is contained in:
Thomas Perl 2008-12-01 16:17:46 +01:00
parent 91f4dafe1c
commit 3dde1147e7

View file

@ -6834,7 +6834,7 @@ MTP-based player</property>
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label">gtk-close</property>
<property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>