aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-05-16 00:12:26 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-05-16 00:12:26 +0800
commitb1181741dc793b50081915e6132530e3f43a1432 (patch)
tree783114c8f83adaf8b199b07636389a9c925b2763 /src/bookmarks
parent61441046e925a8abd1cf8ba9580309504c1903d9 (diff)
downloadgsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar.gz
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar.bz2
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar.lz
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar.xz
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.tar.zst
gsoc2013-epiphany-b1181741dc793b50081915e6132530e3f43a1432.zip
Add elipses to rename menu entry.
2003-05-15 David Bordoley <bordoley@msu.edu> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmark_popup_entries []): Add elipses to rename menu entry.
Diffstat (limited to 'src/bookmarks')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index de9520d2e..4745a18d8 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -157,7 +157,7 @@ static EggActionGroupEntry ephy_bookmark_popup_entries [] = {
{ "OpenInTab", N_("Open in New _Tab"), NULL, "<shift><control>O",
N_("Open the selected bookmark in a new tab"),
G_CALLBACK (cmd_open_bookmarks_in_tabs), NULL },
- { "Rename", N_("_Rename"), NULL, "F2",
+ { "Rename", N_("_Rename..."), NULL, "F2",
N_("Rename the selected bookmark or topic"), G_CALLBACK (cmd_rename), NULL },
{ "Delete", N_("_Delete"), GTK_STOCK_DELETE, NULL,
N_("Delete the selected bookmark or topic"),