]> spindle.queued.net Git - midori/commitdiff
Use mnemonic for "History" in Clear Private Data
authorChristian Dywan <christian@twotoasts.de>
Sat, 30 Oct 2010 19:44:19 +0000 (21:44 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 30 Oct 2010 19:44:19 +0000 (21:44 +0200)
This doesn't introduce a new string.

midori/midori-browser.c

index b086045493150e2fb54dbcec6588a6c221f777e0..503f42b4411a1382536a15f482a131dd3029f1cd 100644 (file)
@@ -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);