[Xfce4-commits] <midori:master> Use mnemonic for "History" in Clear Private Data

Christian Dywan noreply at xfce.org
Sun Oct 31 02:26:04 CEST 2010


Updating branch refs/heads/master
         to a0c0207133536c109797f659cb2be0e539a6fb2a (commit)
       from 2578d031a76898be3f8d73e7c6870f344e00bcfc (commit)

commit a0c0207133536c109797f659cb2be0e539a6fb2a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Oct 30 21:44:19 2010 +0200

    Use mnemonic for "History" in Clear Private Data
    
    This doesn't introduce a new string.

 midori/midori-browser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index b086045..503f42b 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4301,7 +4301,7 @@ _action_clear_private_data_activate (GtkAction*     action,
         alignment = gtk_alignment_new (0, 0, 1, 1);
         gtk_alignment_set_padding (GTK_ALIGNMENT (alignment), 0, 6, 12, 0);
         /* i18n: Browsing history, visited web pages */
-        button = gtk_check_button_new_with_mnemonic (_("History"));
+        button = gtk_check_button_new_with_mnemonic (_("_History"));
         if ((clear_prefs & MIDORI_CLEAR_HISTORY) == MIDORI_CLEAR_HISTORY)
             gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (button), TRUE);
         g_object_set_data (G_OBJECT (dialog), "history", button);



More information about the Xfce4-commits mailing list