diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |