diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-14 00:09:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:54 +0800 |
commit | fec408b4c5f8059400ba90ead05d1692083cc97a (patch) | |
tree | bbfcc5d36d07ccd17d27a7a94c8f54adbe8e87af /mail/mail.error.xml | |
parent | 871f4af414925cfaf9548b2d5043407c54ad1916 (diff) | |
download | gsoc2013-evolution-fec408b4c5f8059400ba90ead05d1692083cc97a.tar.gz gsoc2013-evolution-fec408b4c5f8059400ba90ead05d1692083cc97a.tar.zst gsoc2013-evolution-fec408b4c5f8059400ba90ead05d1692083cc97a.zip |
Demonstrate EWebView as an EAlertSink.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 709b572cbb..7f07bb9cbe 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -500,5 +500,10 @@ An mbox account will be created to preserve the old mbox folders. You can delete <_primary>Failed to unsubscribe from folder.</_primary> <_secondary>The reported error was "{0}".</_secondary> </error> + + <error id="no-retrieve-message" type="warning"> + <_primary>Unable to retrieve message.</_primary> + <_secondary xml:space="preserve">{0}</_secondary> + </error> </error-list> |