From 0b60ec7c89f99eaf4ac8c655ed953d705cf034c3 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 13 May 2010 09:17:25 -0400 Subject: Convert "default-mailer" plugin to an extension. --- mail/em-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index c2982b66a5..ed6cef3779 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -149,7 +149,7 @@ em_utils_prompt_user(GtkWindow *parent, const gchar *promptkey, const gchar *tag g_object_unref (alert); if (promptkey) { - check = gtk_check_button_new_with_mnemonic (_("_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); container = gtk_dialog_get_content_area (GTK_DIALOG (mbox)); gtk_box_pack_start (GTK_BOX (container), check, TRUE, TRUE, 0); -- cgit v1.2.3