From 03fd0adf1d9feb9051e467ae1bda6ad6305e232c Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sat, 28 Jul 2007 20:06:22 +0000 Subject: ** Fix for bug #428123 from Lucky svn path=/trunk/; revision=33873 --- plugins/subject-thread/subject-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/subject-thread/subject-thread.c') diff --git a/plugins/subject-thread/subject-thread.c b/plugins/subject-thread/subject-thread.c index a412b08ec5..75cadd9af7 100644 --- a/plugins/subject-thread/subject-thread.c +++ b/plugins/subject-thread/subject-thread.c @@ -51,7 +51,7 @@ org_gnome_subject_thread_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_ EMConfigTargetPrefs *target = (EMConfigTargetPrefs *) hook_data->config->target; /* Create the checkbox we will display, complete with mnemonic that is unique in the dialog */ - check = gtk_check_button_new_with_mnemonic (_("Fall back to threading messages by sub_ject")); + check = gtk_check_button_new_with_mnemonic (_("F_all back to threading messages by subject")); /* Set the toggle button to the current gconf setting */ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (check), gconf_client_get_bool (target->gconf, GCONF_KEY, NULL)); -- cgit v1.2.3