aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-14 01:44:00 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-14 01:44:00 +0800
commit303194b97add2cc54e5799cb6c5ad7456ca4bd2d (patch)
treef370ce7059fa0783292eea6c159120fcd0a1ffad
parenta24d05849b7e7273bd63ed41621cf12f466f063d (diff)
downloadgsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar.gz
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar.bz2
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar.lz
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar.xz
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.tar.zst
gsoc2013-evolution-303194b97add2cc54e5799cb6c5ad7456ca4bd2d.zip
** Fix for bug #263236
2007-11-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 * mail.error.xml: Terminology cleanup. svn path=/trunk/; revision=34529
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail.error.xml6
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 &quot;{0}&quot;?</_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 &quot;{0}&quot;?</_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"/>