aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-06 06:57:51 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-06 06:57:51 +0800
commitc51c0a31374ebf465d2713c3c448ae81b561d8b6 (patch)
tree3ca8e1540969dfdaddb144f6e2a69f7716bfdfc9 /src/ephy-history-window.c
parent3b41b3bfb2ac16fe1bf1d1314f89d346528da1d6 (diff)
downloadgsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar.gz
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar.bz2
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar.lz
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar.xz
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.tar.zst
gsoc2013-epiphany-c51c0a31374ebf465d2713c3c448ae81b561d8b6.zip
Use "Add _Bookmark" not "_Bookmark Link".
2005-01-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: Use "Add _Bookmark" not "_Bookmark Link".
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
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",