diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index ef5aa8e4d..ad40a5fb3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -148,7 +148,7 @@ static EggActionGroupEntry ephy_menu_entries [] = { N_("Show the contents at the normal size"), G_CALLBACK (window_cmd_view_zoom_normal), NULL }, { "ViewEncoding", N_("_Encoding"), NULL, NULL, NULL, NULL, NULL }, - { "ViewPageSource", N_("_Page Source"), EPHY_STOCK_VIEWSOURCE, NULL, + { "ViewPageSource", N_("_Page Source"), EPHY_STOCK_VIEWSOURCE, "<control>U", N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source), NULL }, |