diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 38a591d531..43c5c12909 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-11-13 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #263236 + + * mail.error.xml: Terminology cleanup. + 2007-11-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 8c19265736..6ad9863f8e 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -191,9 +191,9 @@ Many email systems add an Apparently-To header to messages that only have BCC re </error> <error id="ask-delete-vfolder-msg" type="question" default="GTK_RESPONSE_CANCEL"> - <_title>Delete messages in virtual folder?</_title> - <_primary>Delete messages in virtual folder "{0}"?</_primary> - <_secondary xml:space="preserve">Warning deleting email from a virtual folder will delete the actual email from one of your Inbox folders. + <_title>Delete messages in Search Folder?</_title> + <_primary>Delete messages in Search Folder "{0}"?</_primary> + <_secondary xml:space="preserve">Warning: Deleting messages from a Search Folder will delete the actual message from one of your local or remote folders. Do you really want to do this?</_secondary> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> |