From 09b5484d8f321ad2f53bbc82f49233bfaac043e9 Mon Sep 17 00:00:00 2001 From: Jiro Matsuzawa Date: Sat, 18 Feb 2012 12:58:54 +0900 Subject: Enable keyboard accelerator for the create button I use 'r' of "Create" as a mnemonic character because "C" is already used by "_Cancel". https://bugzilla.gnome.org/show_bug.cgi?id=670328 --- src/window-commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window-commands.c b/src/window-commands.c index 0189b8588..b493a397c 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -576,7 +576,7 @@ window_cmd_file_save_as_application (GtkAction *action, 0, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, - _("Create"), + _("C_reate"), GTK_RESPONSE_OK, NULL); -- cgit v1.2.3