aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-08-08 04:49:51 +0800
committerChristian Persch <chpe@src.gnome.org>2006-08-08 04:49:51 +0800
commit71e7e75a6a93eab0accfef5fee86311c6755714d (patch)
tree8fbf91cec41cd68ba7ea64029b61d6f732d16758 /src/ephy-window.c
parentff5debba3755465eaeb4766b213cd5d37ffe8e01 (diff)
downloadgsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar.gz
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar.bz2
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar.lz
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar.xz
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.tar.zst
gsoc2013-epiphany-71e7e75a6a93eab0accfef5fee86311c6755714d.zip
Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.
2006-08-07 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: * src/ephy-history-window.c: Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c4
1 files changed, 2 insertions, 2 deletions
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..."), "<control>L",
N_("Go to a specified location"),
G_CALLBACK (window_cmd_go_location) },
- { "GoHistory", EPHY_STOCK_HISTORY, N_("H_istory"), "<control>H",
+ { "GoHistory", EPHY_STOCK_HISTORY, N_("Hi_story"), "<control>H",
N_("Open the history window"),
G_CALLBACK (window_cmd_go_history) },