diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 00:43:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-07-09 20:44:22 +0800 |
commit | 9c797884816c948ead7eb93070d639498f321bd4 (patch) | |
tree | 5ebd624db23c72dbff62149f2ac1f7495adfec20 /mail/mail.error.xml | |
parent | 451afa8429b6ff074d8d0aa93d18e1f5043627ea (diff) | |
download | gsoc2013-evolution-9c797884816c948ead7eb93070d639498f321bd4.tar.gz gsoc2013-evolution-9c797884816c948ead7eb93070d639498f321bd4.tar.zst gsoc2013-evolution-9c797884816c948ead7eb93070d639498f321bd4.zip |
Add e_mail_reader_unsubscribe_folder_name().
Replaces e_mail_session_unsubscribe_folder().
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 5da0fa52ab..ed3856e51a 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -471,8 +471,8 @@ An mbox account will be created to preserve the old mbox folders. You can delete </error> <error id="folder-unsubscribe" type="warning"> - <_primary>Failed to unsubscribe from folder.</_primary> - <_secondary>The reported error was "{0}".</_secondary> + <_primary>Failed to unsubscribe from folder "{0}".</_primary> + <_secondary>The reported error was "{1}".</_secondary> </error> <error id="no-retrieve-message" type="warning"> |