diff options
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail.error.xml | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 437c40389d..a3a08b018d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2007-07-29 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for bug #453544 from hggdh + + * mail.error.xml: + +2007-07-29 Srinivasa Ragavan <sragavan@novell.com> + ** Fix for bug #428123 from Lucky * mail-config.glade: diff --git a/mail/mail.error.xml b/mail/mail.error.xml index d8c457b184..d62e8f694f 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -362,10 +362,10 @@ 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 in subfolders as read?</_primary> - <_secondary xml:space="preserve">Do you want the operation to be performed in the subfolders?</_secondary> - <button stock="gtk-no" _label="_Do not Mark as Read" response="GTK_RESPONSE_NO"/> - <button stock="gtk-yes" _label="Mark as _Read" response="GTK_RESPONSE_YES"/> + <_primary>Mark all messages in this folder and subfolders as read?</_primary> + <_secondary xml:space="preserve">Do you want the operation to be performed also in the subfolders?</_secondary> + <button stock="gtk-no" _label="Only on _Current Folder" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" _label="on Current Folder and _Subfolders" response="GTK_RESPONSE_YES"/> </error> <error id="ask-quick-offline" type="question" default="GTK_RESPONSE_NO"> |