diff options
author | Shreyas Srinivasan <sshreyas@novell.com> | 2006-01-03 18:30:45 +0800 |
---|---|---|
committer | Shreyas Srinivasan <shres@src.gnome.org> | 2006-01-03 18:30:45 +0800 |
commit | 89b91db3e37442bc6dd40ceace65940b4639b147 (patch) | |
tree | 26c5eeaeb906d25c162bb3b0501839ed76307692 /mail/mail.error.xml | |
parent | 07e4a5df570b40d6764eacd4ba867c2c9e92048b (diff) | |
download | gsoc2013-evolution-89b91db3e37442bc6dd40ceace65940b4639b147.tar.gz gsoc2013-evolution-89b91db3e37442bc6dd40ceace65940b4639b147.tar.zst gsoc2013-evolution-89b91db3e37442bc6dd40ceace65940b4639b147.zip |
Fix 313095, Add error identifier ask-delete-proxy-accounts.
2006-01-02 Shreyas Srinivasan <sshreyas@novell.com>
* mail.error.xml: Fix 313095, Add error identifier
ask-delete-proxy-accounts.
svn path=/trunk/; revision=31037
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index dcbe33653d..fc6ce75cdf 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -258,6 +258,14 @@ all proxy information will be deleted permanently.</_secondary> <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"> + <_title>Delete account?</_title> + <_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"/> + </error> + <error id="no-save-signature" type="error"> <_primary>Could not save signature file.</_primary> <_secondary xml:space="preserve">Because "{0}".</_secondary> |