diff options
-rw-r--r-- | mail/ChangeLog | 3 | ||||
-rw-r--r-- | mail/mail.error.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 143b8f88ec..4c1fea8bc1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,6 @@ +2005-06-07 Andre Klapper <9016009@gmx.de> + * mail.error.xml: Fixing typo (bug 306151) + 2005-06-02 Not Zed <NotZed@Ximian.com> * Evolution-Mail.idl: only let this be included once. diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 1284ab3ec1..d769aad1c2 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -352,7 +352,7 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-mark-read" type="question" default="GTK_RESPONSE_NO"> <_title>Mark all messages as read</_title> <_primary>Mark all messages as read in the selected folder</_primary> - <_secondary xml:space="preserve">Do you want the operation to be performed in the sub folders ?</_secondary> + <_secondary xml:space="preserve">Do you want the operation to be performed in the subfolders?</_secondary> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> |