diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-03-26 02:21:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-03-26 02:21:57 +0800 |
commit | 88c041d2bca85ebe1d67f97c7e31873a4610b3b8 (patch) | |
tree | 07151f67a13ca6773190bfe22da72e73f4482fce /mail/mail.error.xml | |
parent | ac5adbd8fb5ee604d825c60da9fb2df99322a58f (diff) | |
download | gsoc2013-evolution-88c041d2bca85ebe1d67f97c7e31873a4610b3b8.tar.gz gsoc2013-evolution-88c041d2bca85ebe1d67f97c7e31873a4610b3b8.tar.zst gsoc2013-evolution-88c041d2bca85ebe1d67f97c7e31873a4610b3b8.zip |
Change "mail:async-error" alerts to warnings.
Most Camel alerts are transient. Make them warnings so they time out.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index d014e44e4f..709b572cbb 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -123,7 +123,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <button stock="gtk-quit" response="GTK_RESPONSE_YES"/> </error> - <error id="async-error" type="error"> + <error id="async-error" type="warning"> <!-- Translators: the {0} is replaced with an operation name, which failed. It can be basically anything run asynchronously, like "Fetching Mail", "Sending message" and others, mostly from mail-ops.c file. --> @@ -131,7 +131,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re <secondary>{1}</secondary> </error> - <error id="async-error-nodescribe" type="error" scroll="yes"> + <error id="async-error-nodescribe" type="warning" scroll="yes"> <_primary>Error while performing operation.</_primary> <secondary>{0}</secondary> </error> |