]> spindle.queued.net Git - midori/commitdiff
Add a mnemonic to Add to customized homepage
authorChristian Dywan <christian@twotoasts.de>
Sat, 9 May 2009 15:30:54 +0000 (17:30 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 9 May 2009 15:30:54 +0000 (17:30 +0200)
midori/midori-view.c

index b4a9f3f17b2def21cee013b5102254a16d4bafee..5d52cfff5251f324eb60d5fe3d19360c1fed79cc 100644 (file)
@@ -1319,7 +1319,7 @@ webkit_web_view_populate_popup_cb (WebKitWebView* web_view,
         gtk_widget_show (menuitem);
 
         /* FIXME: This should be a proper action in the browser */
-        menuitem = gtk_image_menu_item_new_with_mnemonic (_("Add to customized homepage"));
+        menuitem = gtk_image_menu_item_new_with_mnemonic (_("Add to customized _homepage"));
         gtk_menu_shell_append (GTK_MENU_SHELL (menu), menuitem);
         g_object_set_data (G_OBJECT (menuitem), "action", "AddSpeeddial");
         g_signal_connect (menuitem, "activate",