diff options
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |