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 /mail | |
parent | 35feca34029223fbf921272f96f781929faf81e8 (diff) | |
download | gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.gz gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.bz2 gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.lz gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.xz gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.tar.zst gsoc2013-evolution-578e0718258d8ad2b0739b588ba58252c61a785e.zip |
Bug 619637 - Inconsistent buttons in delete confirmation dialogs
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail.error.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index e2ffd243aa..129b4e6250 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -196,26 +196,26 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Really delete folder "{0}" and all of its subfolders?</_primary> <_secondary xml:space="preserve">If you delete the folder, all of its contents and its subfolders' contents will be deleted 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_OK"/> </error> <error id="ask-delete-vfolder" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Really delete folder "{0}" and all of its subfolders?</_primary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> </error> <error id="ask-delete-folder-nochild" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Really delete folder "{0}"?</_primary> <_secondary xml:space="preserve">If you delete the folder, all of its contents will be deleted 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_OK"/> </error> <error id="ask-delete-vfolder-nochild" type="question" default="GTK_RESPONSE_CANCEL"> <_primary>Really delete folder "{0}"?</_primary> - <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> </error> @@ -223,7 +223,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <_primary>Delete messages in Search Folder "{0}"?</_primary> <_secondary xml:space="preserve">Warning: Deleting messages from a Search Folder will delete the actual message from one of your local or remote folders. Do you really want to do this?</_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_OK"/> </error> @@ -275,23 +275,23 @@ Do you really want to do this?</_secondary> <error id="ask-delete-account" type="question" default="GTK_RESPONSE_NO" modal="true"> <_primary>Are you sure you want to delete this account?</_primary> <_secondary xml:space="preserve">If you proceed, the account information will be deleted permanently.</_secondary> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> - <button stock="gtk-no" _label="Do not d_elete" response="GTK_RESPONSE_NO"/> </error> <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> <_primary>Are you sure you want to delete this account and all its proxies?</_primary> <_secondary xml:space="preserve">If you proceed, the account information and all proxy information will be deleted permanently.</_secondary> + <button _label="Do _Not Delete" response="GTK_RESPONSE_NO"/> <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> - <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/> </error> <error id="ask-delete-proxy-accounts" type="question" default="GTK_RESPONSE_NO" modal="true"> <_primary>Are you sure you want to disable this account and delete all its proxies?</_primary> <_secondary xml:space="preserve">If you proceed, all proxy accounts will be deleted permanently.</_secondary> - <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> - <button stock="gtk-no" _label="Do not disable" response="GTK_RESPONSE_NO"/> + <button _label="Do _Not Disable" response="GTK_RESPONSE_NO"/> + <button _label="_Disable" response="GTK_RESPONSE_YES"/> </error> <error id="no-save-signature" type="error"> @@ -379,15 +379,15 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-receipt" type="question" default="GTK_RESPONSE_NO"> <_primary>Read receipt requested.</_primary> <_secondary xml:space="preserve">A read receipt notification has been requested for "{1}". Send the receipt notification to {0}?</_secondary> - <button stock="gtk-no" response="GTK_RESPONSE_NO"/> - <button stock="gtk-yes" _label="Send Receipt" response="GTK_RESPONSE_YES"/> + <button _label="Do _Not Send" response="GTK_RESPONSE_NO"/> + <button _label="_Send Receipt" response="GTK_RESPONSE_YES"/> </error> <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO"> <_primary>Synchronize folders locally for offline usage?</_primary> <_secondary xml:space="preserve">Do you want to locally synchronize the folders that are marked for offline usage?</_secondary> - <button stock="gtk-no" _label="_Do not Synchronize" response="GTK_RESPONSE_NO"/> - <button stock="gtk-yes" _label="Synchronize" response="GTK_RESPONSE_YES"/> + <button _label="Do _Not Synchronize" response="GTK_RESPONSE_NO"/> + <button _label="_Synchronize" response="GTK_RESPONSE_YES"/> </error> <error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO"> |