From 42ac148a4d789b747e7e550ac488dfc2561d164c Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 16 Feb 2012 20:26:11 +0100 Subject: Fix unneeded mnemonic conflict of _Customize with _Cancel button --- plugins/calendar-file/calendar-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar-file/calendar-file.c b/plugins/calendar-file/calendar-file.c index 7d3aa8d4ff..0afb158552 100644 --- a/plugins/calendar-file/calendar-file.c +++ b/plugins/calendar-file/calendar-file.c @@ -133,7 +133,7 @@ e_calendar_file_customs (EPlugin *epl, 1, 2, n_rows, n_rows + 1, GTK_EXPAND | GTK_FILL, 0, 0, 0); - maincheck = gtk_check_button_new_with_mnemonic (_("_Customize options")); + maincheck = gtk_check_button_new_with_mnemonic (_("C_ustomize options")); gtk_box_pack_start ((GtkBox *) mainbox, maincheck, TRUE, TRUE, 2); box1 = gtk_hbox_new (FALSE, 2); -- cgit