From e647389b4ae6146a3be0c46f9e9222c7e171b725 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 29 Nov 2004 19:42:37 +0000 Subject: Fix "Open Frame" menu item name. Fixes bug #153816. 2004-11-29 Christian Persch * src/ephy-window.c: Fix "Open Frame" menu item name. Fixes bug #153816. --- src/ephy-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index 22aa7998b..8b70cf6c1 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -294,8 +294,8 @@ static GtkActionEntry ephy_popups_entries [] = { /* Framed document */ - { "OpenFrame", NULL, N_("_Open Frame"), NULL, - N_("Open frame in this window"), + { "OpenFrame", NULL, N_("Show Only This _Frame"), NULL, + N_("Show only this frame in this window"), G_CALLBACK (popup_cmd_open_frame) }, /* Links */ -- cgit v1.2.3