diff options
author | Andre Klapper <ak-47@gmx.net> | 2012-02-17 03:26:11 +0800 |
---|---|---|
committer | Andre Klapper <ak-47@gmx.net> | 2012-02-27 19:22:18 +0800 |
commit | 42ac148a4d789b747e7e550ac488dfc2561d164c (patch) | |
tree | 33dc176eae706c54f4e338f5f934fa563fc0b883 | |
parent | dcb18338d20857356d27509f615f8e2875471d72 (diff) | |
download | gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar.gz gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar.bz2 gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar.lz gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar.xz gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.tar.zst gsoc2013-evolution-42ac148a4d789b747e7e550ac488dfc2561d164c.zip |
Fix unneeded mnemonic conflict of _Customize with _Cancel button
-rw-r--r-- | plugins/calendar-file/calendar-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |