diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 10:14:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-26 10:15:40 +0800 |
commit | 550efe7b4a8681709e67f44258649f02c8580bb4 (patch) | |
tree | 3386d903a5f39a15db44d1f1e2efb81bef1bc265 /mail/mail.error.xml | |
parent | 4da513dd69699e628f3139fcd85f07aa4fee51d5 (diff) | |
download | gsoc2013-evolution-550efe7b4a8681709e67f44258649f02c8580bb4.tar.gz gsoc2013-evolution-550efe7b4a8681709e67f44258649f02c8580bb4.tar.zst gsoc2013-evolution-550efe7b4a8681709e67f44258649f02c8580bb4.zip |
mail.error.xml: Remove "mail:session-message-*" errors.
Use "system:simple-info/warning/error" errors instead.
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 3ff85ade1d..5361ed974a 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -136,18 +136,6 @@ Many email systems add an Apparently-To header to messages that only have BCC re <secondary>{0}</secondary> </error> - <error id="session-message-info" type="info"> - <secondary>{0}</secondary> - </error> - - <error id="session-message-warning" type="warning"> - <secondary>{0}</secondary> - </error> - - <error id="session-message-error" type="error"> - <secondary>{0}</secondary> - </error> - <error id="ask-session-password" type="question" default="GTK_RESPONSE_OK"> <_primary>Enter password.</_primary> <secondary>{0}</secondary> |