diff options
author | Andre Klapper <a9016009@gmx.de> | 2006-02-07 20:26:51 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-02-07 20:26:51 +0800 |
commit | 9784a3f5cf7dc2f4ae357654544df56ac42759ee (patch) | |
tree | 3c9b85f217958cc5297a528a5a4e3886b7d8dea4 /mail | |
parent | 1fb35d369606a222cce5b32972936e610f06c555 (diff) | |
download | gsoc2013-evolution-9784a3f5cf7dc2f4ae357654544df56ac42759ee.tar.gz gsoc2013-evolution-9784a3f5cf7dc2f4ae357654544df56ac42759ee.tar.zst gsoc2013-evolution-9784a3f5cf7dc2f4ae357654544df56ac42759ee.zip |
fixing one typo.
2006-02-07 Andre Klapper <a9016009@gmx.de>
* mail.error.xml: fixing one typo.
svn path=/trunk/; revision=31430
Diffstat (limited to 'mail')
-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 f12505ad96..93c7242135 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,6 @@ +2006-02-07 Andre Klapper <a9016009@gmx.de> + * mail.error.xml: fixing one typo. + 2006-02-06 Srinivasa Ragavan <sragavan@novell.com> ** Fixes bug #328651 diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 539da60506..17cb795a16 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -379,7 +379,7 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO"> <_title>Mark all messages as read</_title> <_primary>Do you want to mark all the message as read?</_primary> - <_secondary xml:space="preserve">This will mark all the messages as read in the selected folder and its sub folders.</_secondary> + <_secondary xml:space="preserve">This will mark all the messages as read in the selected folder and its subfolders.</_secondary> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> </error> |