[eog] Change mnemonic to avoid confliction



commit 0ffced37f62338300b5ede4ed0a678fadb5d0294
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Sun Sep 1 18:27:48 2013 +0900

    Change mnemonic to avoid confliction
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707212

 src/eog-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index 4d30a51..7447bca 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -3364,7 +3364,7 @@ show_force_image_delete_confirm_dialog (EogWindow *window,
        }
 
        /* add 'dont ask again' button */
-       dont_ask_again_button = gtk_check_button_new_with_mnemonic (_("_Do not ask again during this 
session"));
+       dont_ask_again_button = gtk_check_button_new_with_mnemonic (_("Do _not ask again during this 
session"));
 
        gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dont_ask_again_button),
                                      FALSE);
@@ -3615,7 +3615,7 @@ show_move_to_trash_confirm_dialog (EogWindow *window, GList *images, gboolean ca
        if (can_trash) {
                gtk_dialog_add_button (GTK_DIALOG (dlg), _("Move to _Trash"), GTK_RESPONSE_OK);
 
-               dontask_cbutton = gtk_check_button_new_with_mnemonic (_("_Do not ask again during this 
session"));
+               dontask_cbutton = gtk_check_button_new_with_mnemonic (_("Do _not ask again during this 
session"));
                gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (dontask_cbutton), FALSE);
 
                gtk_box_pack_end (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dlg))), dontask_cbutton, 
TRUE, TRUE, 0);


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