diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-10-05 16:34:00 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-10-05 16:34:00 +0800 |
commit | 9d1f50379b55fad9062eb6ee21c35f138ca29d60 (patch) | |
tree | 76f25efa33c6381267aaa75615edbedf9afa093a | |
parent | eb6ec19e00bfc29bb6bd366c20133af472662e91 (diff) | |
download | gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar.gz gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar.bz2 gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar.lz gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar.xz gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.tar.zst gsoc2013-epiphany-9d1f50379b55fad9062eb6ee21c35f138ca29d60.zip |
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
-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 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"), "<control>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) }, |