From c51c0a31374ebf465d2713c3c448ae81b561d8b6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 5 Jan 2005 22:57:51 +0000 Subject: Use "Add _Bookmark" not "_Bookmark Link". 2005-01-05 Christian Persch * src/ephy-history-window.c: Use "Add _Bookmark" not "_Bookmark Link". --- src/ephy-history-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-history-window.c') diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index a253c400c..9b74d7c0b 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -178,7 +178,7 @@ static GtkActionEntry ephy_history_ui_entries [] = { { "Delete", GTK_STOCK_DELETE, N_("_Delete"), NULL, N_("Delete the selected history link"), G_CALLBACK (cmd_delete) }, - { "BookmarkLink", STOCK_ADD_BOOKMARK, N_("Boo_kmark Link..."), "D", + { "BookmarkLink", STOCK_ADD_BOOKMARK, N_("Add _Bookmark..."), "D", N_("Bookmark the selected history link"), G_CALLBACK (cmd_bookmark_link) }, { "Close", GTK_STOCK_CLOSE, N_("_Close"), "W", -- cgit v1.2.3