diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 21:21:33 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-03 21:21:33 +0800 |
commit | 5e6adad066135ece0b95e2d08ab4e937538fda5f (patch) | |
tree | 963d40aaa670d9e0f22b32937e138b3c0afcf95d | |
parent | 5dff91307acc09e8ddb531cd800d782cb25465c0 (diff) | |
download | gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar.gz gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar.bz2 gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar.lz gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar.xz gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.tar.zst gsoc2013-evolution-5e6adad066135ece0b95e2d08ab4e937538fda5f.zip |
** Fix for bug #443140 from Vinod
svn path=/trunk/; revision=33636
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d0a0f022ab..0cb0af2b59 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2007-06-03 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for bug #443140 from Vinod + + * mail.error.xml: + +2007-06-03 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for bug #3355396 from Muktha * em-account-editor.c: diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 87a1ea5f8d..d8c457b184 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -240,7 +240,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <_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-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"> |