diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 10:41:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 10:41:59 +0800 |
commit | 578e0718258d8ad2b0739b588ba58252c61a785e (patch) | |
tree | 81d3398b0d76bb7dfdfc854400c4a0e242af5bf0 /addressbook | |
parent | 35feca34029223fbf921272f96f781929faf81e8 (diff) | |
download | gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.gz gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.zst gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.zip |
Bug 619637 - Inconsistent buttons in delete confirmation dialogs
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/addressbook.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index a93ea8578b..b674a58104 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -35,7 +35,7 @@ <error id="ask-delete-addressbook" type="question" modal="true" default="GTK_RESPONSE_CANCEL"> <_primary>Delete address book '{0}'?</_primary> <_secondary>This address book will be removed permanently.</_secondary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> |