diff options
author | Dan Vrátil <dvratil@redhat.com> | 2011-04-23 02:53:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-04-23 02:53:49 +0800 |
commit | 9d7c930d70d35941e0c4ba715c0f6fb0b8de76aa (patch) | |
tree | b66d8d435f37952fef58473582cc6af32d03a26a /mail/mail.error.xml | |
parent | 87c767a4f6dfa32f5f66e36af8a31b2cbde56a7a (diff) | |
download | gsoc2013-evolution-9d7c930d70d35941e0c4ba715c0f6fb0b8de76aa.tar.gz gsoc2013-evolution-9d7c930d70d35941e0c4ba715c0f6fb0b8de76aa.tar.zst gsoc2013-evolution-9d7c930d70d35941e0c4ba715c0f6fb0b8de76aa.zip |
Bug 547954 - Clarify delete-from-search-folder warning
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 7f07bb9cbe..4b9b98699e 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -244,10 +244,9 @@ Many email systems add an Apparently-To header to messages that only have BCC re <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> </error> - <error id="ask-delete-vfolder-msg" type="question" default="GTK_RESPONSE_CANCEL"> - <_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> + <error id="ask-delete-vfolder-msg" type="warning" default="GTK_RESPONSE_CANCEL"> + <_primary>These messages are not copies.</_primary> + <_secondary xml:space="preserve">Messages shown in Search Folders are not copies. Deleting them from a Search Folder will delete the actual messages from the folder or folders in which they physically reside. Do you really want to delete these messages?</_secondary> <button _label="Do _Not Delete" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-delete" response="GTK_RESPONSE_OK"/> </error> |