[epiphany/gnome-3-6] ephy-window: use 'Bookmarks' in here



commit 15fdcd8932b4c56071ac0a0fc8493c73d195fbbc
Author: Xan Lopez <xan igalia com>
Date:   Sun Oct 7 14:35:19 2012 -0400

    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.

 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 dd85df7..3d51107 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) },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]