diff options
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/mail.error.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cdc358acb2..10c589de2f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Andre Klapper <a9016009@gmx.de> + + * mail.error.xml: changing string "Ximian Evolution" to "Evolution". + Fixes bug #344298. + 2006-06-13 Tor Lillqvist <tml@novell.com> * em-format-html.c (efh_format_address): Fix build on Win32, where diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 935338ba27..5ed75c12c2 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -167,12 +167,12 @@ Many email systems add an Apparently-To header to messages that only have BCC re <error id="no-delete-special-folder" type="error"> <_primary>Cannot delete system folder "{0}".</_primary> - <_secondary xml:space="preserve">System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> + <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> </error> <error id="no-rename-special-folder" type="error"> <_primary>Cannot rename or move system folder "{0}".</_primary> - <_secondary xml:space="preserve">System folders are required for Ximian Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> + <_secondary xml:space="preserve">System folders are required for Evolution to function correctly and cannot be renamed, moved, or deleted.</_secondary> </error> <error id="ask-delete-folder" type="question" default="GTK_RESPONSE_CANCEL"> |