[epiphany] Enable keyboard accelerator for the create button



commit 09b5484d8f321ad2f53bbc82f49233bfaac043e9
Author: Jiro Matsuzawa <jmatsuzawa src gnome org>
Date:   Sat Feb 18 12:58:54 2012 +0900

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/window-commands.c b/src/window-commands.c
index 0189b85..b493a39 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]