aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail.error.xml7
2 files changed, 9 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index fe37e1c669..d535de8577 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-24 Ushveen Kaur <kushveen@novell.com>
+
+ ** Fixes Bug #341840
+
+ * mail-error.xml: button label changed for dialog ask-mark-read.
+
2006-07-24 Sushma Rai <rsushma@novell.com>
* em-account-editor.c: (emae_option_entry) : activate the mnemonic for
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 5ed75c12c2..d881a47ad0 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -362,11 +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 as read in the selected folder</_primary>
+ <_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" response="GTK_RESPONSE_NO"/>
- <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
- <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ <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"/>
</error>
<error id="ask-mark-all-read" type="question" default="GTK_RESPONSE_NO">