diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail-errors.xml | 2 |
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 "{0}"?</primary> + <primary>Are you sure you want to permanently remove all the deleted messages in folder "{0}"?</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"/> |