diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-08-08 04:49:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-08-08 04:49:51 +0800 |
commit | 71e7e75a6a93eab0accfef5fee86311c6755714d (patch) | |
tree | 8fbf91cec41cd68ba7ea64029b61d6f732d16758 /src/ephy-history-window.c | |
parent | ff5debba3755465eaeb4766b213cd5d37ffe8e01 (diff) | |
download | gsoc2013-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-history-window.c')
-rw-r--r-- | src/ephy-history-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 1b46d934e..bdd85c777 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -223,7 +223,7 @@ static const GtkRadioActionEntry ephy_history_radio_entries [] = N_("Show only the title column"), VIEW_TITLE }, { "ViewAddress", NULL, N_("_Address"), NULL, N_("Show only the address column"), VIEW_ADDRESS }, - { "ViewTitleAddress", NULL, N_("T_itle and Address"), NULL, + { "ViewTitleAddress", NULL, N_("Title a_nd Address"), NULL, N_("Show both the title and address columns"), VIEW_TITLE_AND_ADDRESS } }; |