[seahorse-nautilus] GtkStock: forgot mnemnomics in commit 9f72bdd



commit 98033eb296daf316fdba29978e5df0380e57c9b7
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Dec 4 22:55:32 2017 +0100

    GtkStock: forgot mnemnomics in commit 9f72bdd

 tool/seahorse-tool.c |    4 ++--
 tool/seahorse-util.c |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tool/seahorse-tool.c b/tool/seahorse-tool.c
index 711c791..dd40bee 100644
--- a/tool/seahorse-tool.c
+++ b/tool/seahorse-tool.c
@@ -577,8 +577,8 @@ verify_start (SeahorseToolMode *mode, const gchar *uri, gpgme_data_t uridata,
 
         dialog = gtk_file_chooser_dialog_new (t,
                                 NULL, GTK_FILE_CHOOSER_ACTION_OPEN,
-                                _("Cancel"), GTK_RESPONSE_CANCEL,
-                                _("Open"), GTK_RESPONSE_ACCEPT,
+                                _("_Cancel"), GTK_RESPONSE_CANCEL,
+                                _("_Open"), GTK_RESPONSE_ACCEPT,
                                 NULL);
 
         g_free (unesc_uri);
diff --git a/tool/seahorse-util.c b/tool/seahorse-util.c
index f5f8e28..0ff1bd9 100644
--- a/tool/seahorse-util.c
+++ b/tool/seahorse-util.c
@@ -414,8 +414,8 @@ seahorse_util_chooser_save_new (const gchar *title, GtkWindow *parent)
 
     dialog = gtk_file_chooser_dialog_new (title,
                 parent, GTK_FILE_CHOOSER_ACTION_SAVE,
-                _("Cancel"), GTK_RESPONSE_CANCEL,
-                _("Save"), GTK_RESPONSE_ACCEPT,
+                _("_Cancel"), GTK_RESPONSE_CANCEL,
+                _("_Save"), GTK_RESPONSE_ACCEPT,
                 NULL);
 
     gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_ACCEPT);
@@ -501,7 +501,7 @@ seahorse_util_chooser_save_prompt (GtkWidget *dialog)
                         GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_QUESTION,
                         GTK_BUTTONS_NONE, _("<b>A file already exists with this name.</b>\n\nDo you want to 
replace it with a new file?"));
             gtk_dialog_add_buttons (GTK_DIALOG (edlg),
-                        _("Cancel"), GTK_RESPONSE_CANCEL,
+                        _("_Cancel"), GTK_RESPONSE_CANCEL,
                         _("_Replace"), GTK_RESPONSE_ACCEPT, NULL);
 
             gtk_dialog_set_default_response (GTK_DIALOG (edlg), GTK_RESPONSE_CANCEL);


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