diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2005-05-06 12:20:58 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2005-05-06 12:20:58 +0800 |
commit | e8dd7ecd0f37dd6dfa33259f1efaadad989cd873 (patch) | |
tree | a2374f4ae2a61a40a4bd7c95ebd1c01aee37cbf9 /mail | |
parent | a7891fc47c13de34909e29ef2ca2064608857dd1 (diff) | |
download | gsoc2013-evolution-e8dd7ecd0f37dd6dfa33259f1efaadad989cd873.tar.gz gsoc2013-evolution-e8dd7ecd0f37dd6dfa33259f1efaadad989cd873.tar.zst gsoc2013-evolution-e8dd7ecd0f37dd6dfa33259f1efaadad989cd873.zip |
Fixed a typo for #272786
2005-05-06 Sarfraaz Ahmed <asarfraaz@novell.com>
* mail/mail-errors.xml : Fixed a typo for #272786
svn path=/trunk/; revision=29277
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"/> |