diff options
author | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-09 01:55:47 +0800 |
---|---|---|
committer | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-09 01:55:47 +0800 |
commit | 65c0a5aee036630bf0619ed20223294e15648718 (patch) | |
tree | b10b2be9378bad085c31205fd0fc23c9ba2a2097 /mail | |
parent | 38e720f3972a808576c10f2d4bf4f83941efd31b (diff) | |
download | gsoc2013-evolution-65c0a5aee036630bf0619ed20223294e15648718.tar.gz gsoc2013-evolution-65c0a5aee036630bf0619ed20223294e15648718.tar.zst gsoc2013-evolution-65c0a5aee036630bf0619ed20223294e15648718.zip |
fix typo, correct phrasing
svn path=/trunk/; revision=31454
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/mail.error.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 71dc630219..590cb92ecd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2006-02-08 Karsten Bräckelmann <guenther@rudersport.de> + + * mail.error.xml: Fix typo and correct phrasing. Fixes bug #330387. + 2006-01-09 Kjartan Maraas <kmaraas@gnome.org> * em-account-editor.h: s/int/guint/g for 1-bit bitfield. diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 17cb795a16..c6bb731886 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -378,8 +378,8 @@ 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 subfolders.</_secondary> + <_primary>Do you want to mark all messages as read?</_primary> + <_secondary xml:space="preserve">This will mark all 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> |