aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index bdcd30718..32b0a89c8 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -103,7 +103,7 @@ static EggActionGroupEntry ephy_menu_entries [] = {
{ "EditSelectAll", N_("Select _All"), NULL, "<control>A",
N_("Select the entire page"),
G_CALLBACK (window_cmd_edit_select_all), NULL },
- { "EditFind", N_("_Find"), GTK_STOCK_FIND, "<control>F",
+ { "EditFind", N_("_Find..."), GTK_STOCK_FIND, "<control>F",
N_("Find a string"),
G_CALLBACK (window_cmd_edit_find), NULL },
{ "EditFindNext", N_("Find Ne_xt"), NULL, "<control>G",