diff options
author | Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> | 2006-03-26 01:09:58 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-03-26 01:09:58 +0800 |
commit | 923cb4043ed050016a2a0cf015df181f8c9857a9 (patch) | |
tree | e39ac9ed0e461ddbc329ef084f7e8aa5256579d1 /mail/mail.error.xml | |
parent | 6dfcb8607bfbafa7882bcc4583653895221143c3 (diff) | |
download | gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.tar.gz gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.tar.zst gsoc2013-evolution-923cb4043ed050016a2a0cf015df181f8c9857a9.zip |
**Fixes #329585 *mail-config.glade: Changed Remove button to Delete button
2006-03-25 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**Fixes #329585
*mail-config.glade: Changed Remove button to Delete button
*mail.error.xml: Changed current Layout DELETE [Do not delete]
to [Do not delete] DELETE
svn path=/trunk/; revision=31744
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index c6bb731886..59d0e13b27 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -245,8 +245,8 @@ The message is stored in the Outbox folder. Check the message for errors and res <_title>Delete account?</_title> <_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 stock="gtk-delete" response="GTK_RESPONSE_YES"/> <button stock="gtk-no" _label="Do not delete" response="GTK_RESPONSE_NO"/> + <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> <error id="ask-delete-account-with-proxies" type="question" default="GTK_RESPONSE_NO" modal="true"> |