]> spindle.queued.net Git - midori/commitdiff
Use mnemonic _o instead of _l for 'Block image'
authorChristian Dywan <christian@twotoasts.de>
Sat, 2 Jan 2010 21:04:50 +0000 (22:04 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 2 Jan 2010 21:04:50 +0000 (22:04 +0100)
extensions/adblock.c

index 200dfbc4c5f2544149a029340517c460c50aa080..39cec19547b85ce43106884a77aff76dd2cadecc 100644 (file)
@@ -760,7 +760,7 @@ adblock_populate_popup_cb (WebKitWebView*   web_view,
     if (!(context & WEBKIT_HIT_TEST_RESULT_CONTEXT_IMAGE))
         return;
     uri = katze_object_get_string (hit_test, "image-uri");
-    menuitem = gtk_menu_item_new_with_mnemonic ("B_lock image");
+    menuitem = gtk_menu_item_new_with_mnemonic ("Bl_ock image");
     gtk_widget_show (menuitem);
     gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
     g_object_set_data_full (G_OBJECT (menuitem), "uri", uri, (GDestroyNotify)g_free);