From 6d31faecf3412b49663a08c2e3e7d453e9f87503 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 28 Sep 2009 23:10:31 +0200 Subject: [PATCH] Default to Ctrl+Alt+U instead of Ctrl+U for View source --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 4e7b6b8c..3e722abb 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -4433,7 +4433,7 @@ static const GtkActionEntry entries[] = { N_("Reset the zoom level"), G_CALLBACK (_action_zoom_normal_activate) }, { "Encoding", NULL, N_("_Encoding") }, { "SourceView", NULL, - N_("View So_urce"), "U", + N_("View So_urce"), "U", N_("View the source code of the page"), G_CALLBACK (_action_source_view_activate) }, { "SelectionSourceView", NULL, N_("View Selection Source"), "", -- 2.39.5