From 71e7e75a6a93eab0accfef5fee86311c6755714d Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 7 Aug 2006 20:49:51 +0000 Subject: Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777. 2006-08-07 Christian Persch * src/ephy-window.c: * src/ephy-history-window.c: Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777. --- src/ephy-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index aeff35da7..10c2ce1da 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -190,7 +190,7 @@ static const GtkActionEntry ephy_menu_entries [] = { N_("View and remove cookies and passwords"), G_CALLBACK (window_cmd_edit_personal_data) }, #ifdef ENABLE_CERTIFICATE_MANAGER - { "EditCertificates", NULL, N_("Cert_ificates"), NULL, + { "EditCertificates", NULL, N_("Certificate_s"), NULL, N_("Manage Certificates"), G_CALLBACK (window_cmd_edit_certificates) }, #endif @@ -244,7 +244,7 @@ static const GtkActionEntry ephy_menu_entries [] = { { "GoLocation", NULL, N_("_Location..."), "L", N_("Go to a specified location"), G_CALLBACK (window_cmd_go_location) }, - { "GoHistory", EPHY_STOCK_HISTORY, N_("H_istory"), "H", + { "GoHistory", EPHY_STOCK_HISTORY, N_("Hi_story"), "H", N_("Open the history window"), G_CALLBACK (window_cmd_go_history) }, -- cgit v1.2.3