diff --git a/midori/midori-browser.c b/midori/midori-browser.c index fa9add58..8d7bbaaf 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -5105,9 +5105,9 @@ static const GtkActionEntry entries[] = NULL, G_CALLBACK (_action_add_speed_dial_activate) }, { "AddDesktopShortcut", NULL, #if HAVE_HILDON - N_("Add Shortcut to the _desktop"), "j", + N_("Add Shortcut to the _desktop"), "", #else - N_("Create _Launcher"), "j", + N_("Create _Launcher"), "", #endif NULL, G_CALLBACK (_action_add_desktop_shortcut_activate) }, { "AddNewsFeed", NULL, @@ -5319,7 +5319,7 @@ static const GtkToggleActionEntry toggle_entries[] = NULL, G_CALLBACK (_action_bookmarkbar_activate), FALSE }, { "Statusbar", NULL, - N_("_Statusbar"), "", + N_("_Statusbar"), "j", NULL, G_CALLBACK (_action_statusbar_activate), FALSE }, };