aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-history-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6ca58c78..63866d541 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-01-05 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-history-window.c:
+
+ Use "Add _Bookmark" not "_Bookmark Link".
+
+2005-01-05 Christian Persch <chpe@cvs.gnome.org>
+
* data/ui/epiphany-ui.xml:
Retain old menu item name for compatibility.
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..."), "<control>D",
+ { "BookmarkLink", STOCK_ADD_BOOKMARK, N_("Add _Bookmark..."), "<control>D",
N_("Bookmark the selected history link"),
G_CALLBACK (cmd_bookmark_link) },
{ "Close", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",