aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-errors.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7747b81244..4e02269428 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com>
+
+ * mail/mail-errors.xml : Fixed a typo for #272786
+
2005-05-05 Radek Doulik <rodo@site>
* em-folder-view.c (em_folder_view_get_popup_target): use
diff --git a/mail/mail-errors.xml b/mail/mail-errors.xml
index 7a60b3917b..44ec8efe5d 100644
--- a/mail/mail-errors.xml
+++ b/mail/mail-errors.xml
@@ -56,7 +56,7 @@ Many email systems add an Apparently-To header to messages that only have BCC re
</error>
<error id="ask-expunge" type="question" default="GTK_RESPONSE_CANCEL">
- <primary>Are you sure you want to permanently remove all the deleted message in folder &quot;{0}&quot;?</primary>
+ <primary>Are you sure you want to permanently remove all the deleted messages in folder &quot;{0}&quot;?</primary>
<secondary>If you continue, you will not be able to recover these messages.</secondary>
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button label="_Expunge" response="GTK_RESPONSE_YES"/>