aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-08 02:35:19 +0800
committerXan Lopez <xan@igalia.com>2012-10-08 02:35:19 +0800
commit15fdcd8932b4c56071ac0a0fc8493c73d195fbbc (patch)
treeeef3c9ad52e6a228284d01756fb28a275558219f
parent9faafcfd15c4ea8adbb9178b321db4a5a6f0dc8e (diff)
downloadgsoc2013-epiphany-15fdcd8932b4c56071ac0a0fc8493c73d195fbbc.tar.gz
gsoc2013-epiphany-15fdcd8932b4c56071ac0a0fc8493c73d195fbbc.tar.zst
gsoc2013-epiphany-15fdcd8932b4c56071ac0a0fc8493c73d195fbbc.zip
ephy-window: use 'Bookmarks' in here
It will collide with the existing "Bookmarks" item, but 3.6 is string frozen so that's the best we can do. I think people not using GNOME will prefer this to the old menubar thing anyway.
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index dd85df737..3d5110786 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -137,7 +137,7 @@ static const GtkActionEntry ephy_menu_entries [] = {
G_CALLBACK (window_cmd_edit_find_next) },
{ "EditFindPrev", NULL, N_("Find Pre_vious"), "<shift><control>G", NULL,
G_CALLBACK (window_cmd_edit_find_prev) },
- { "EditBookmarks", NULL, N_("Edit _Bookmarks"), "<control>B", NULL,
+ { "EditBookmarks", NULL, N_("_Bookmarks"), "<control>B", NULL,
G_CALLBACK (window_cmd_edit_bookmarks) },
{ "EditHistory", NULL, N_("_History"), "<control>H", NULL,
G_CALLBACK (window_cmd_edit_history) },