aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog10
-rw-r--r--mail/em-utils.c2
-rw-r--r--mail/mail.error.xml5
3 files changed, 13 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a0d872bc6a..e635d5ca86 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,13 @@
+2007-12-07 Alex Kloss <alexkloss@att.net>
+
+ ** Fix for bug #329706
+
+ * em-utils.c (em_utils_prompt_user):
+ Add mnemonic 'd' to 'Do not show...' checkbox
+ * mail.error.xml:
+ Remove redundant 'Send anyway' label
+ Reorder buttons to 'Send','Cancel' as per HIG
+
2007-12-07 Akhil Laddha <lakhil@novell.com>
** Fix for bug #475508
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 760dd89216..5aa09faf67 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -117,7 +117,7 @@ em_utils_prompt_user(GtkWindow *parent, const char *promptkey, const char *tag,
va_end(ap);
if (promptkey) {
- check = gtk_check_button_new_with_label (_("Do not show this message again."));
+ check = gtk_check_button_new_with_mnemonic (_("_Do not show this message again."));
gtk_container_set_border_width((GtkContainer *)check, 12);
gtk_box_pack_start ((GtkBox *)((GtkDialog *) mbox)->vbox, check, TRUE, TRUE, 0);
gtk_widget_show (check);
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 6ad9863f8e..f28f466c8d 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -14,10 +14,9 @@
<error id="ask-send-html" type="question" default="GTK_RESPONSE_YES">
<_primary>Are you sure you want to send a message in HTML format?</_primary>
<_secondary xml:space="preserve">Please make sure the following recipients are willing and able to receive HTML email:
-{0}
-Send anyway?</_secondary>
- <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+{0}</_secondary>
<button _label="_Send" response="GTK_RESPONSE_YES"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
</error>
<error id="ask-send-no-subject" type="question" default="GTK_RESPONSE_YES">