From 9d1f50379b55fad9062eb6ee21c35f138ca29d60 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 5 Oct 2007 08:34:00 +0000 Subject: Remove ellipses from View -> Page Security Information, as it does not require further user interaction to complete. Fix for bug #483312. One-liner by Michael Monreal. svn path=/trunk/; revision=7516 --- src/ephy-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-window.c') diff --git a/src/ephy-window.c b/src/ephy-window.c index dc9366d20..3c4efa827 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -220,7 +220,7 @@ static const GtkActionEntry ephy_menu_entries [] = { { "ViewPageSource", NULL, N_("_Page Source"), "U", N_("View the source code of the page"), G_CALLBACK (window_cmd_view_page_source) }, - { "ViewPageSecurityInfo", NULL, N_("Page _Security Information…"), NULL, + { "ViewPageSecurityInfo", NULL, N_("Page _Security Information"), NULL, N_("Display security information for the web page"), G_CALLBACK (window_cmd_view_page_security_info) }, -- cgit