diff options
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 2675937d3..162a4dccc 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -262,7 +262,7 @@ static const GtkActionEntry ephy_menu_entries [] = { {"HelpContents", GTK_STOCK_HELP, N_("_Contents"), "F1", N_("Display web browser help"), G_CALLBACK (window_cmd_help_contents) }, - { "HelpAbout", GNOME_STOCK_ABOUT, N_("_About"), NULL, + { "HelpAbout", GTK_STOCK_ABOUT, N_("_About"), NULL, N_("Display credits for the web browser creators"), G_CALLBACK (window_cmd_help_about) }, }; |