diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2007-06-17 13:56:03 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2007-06-17 13:56:03 +0800 |
commit | b407005318f6f5946bacd85682b4e4208dbbe811 (patch) | |
tree | fe2486e95bace1aeed6bebe2495112ac7a5f5af0 /embed | |
parent | 6bb1272c1569968ac109d8e1d612f24e13bd084f (diff) | |
download | gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar.gz gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar.bz2 gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar.lz gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar.xz gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.tar.zst gsoc2013-epiphany-b407005318f6f5946bacd85682b4e4208dbbe811.zip |
Modified first-time dialog when visiting a secure page, to mention the
2007-06-07 Diego Escalante Urrelo <diegoe@gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
* help/C/epiphany.xml:
Modified first-time dialog when visiting a secure page, to mention
the color and padlock icon in the address entry.
Patch by Jared Moore. Fixes bug #346243.
svn path=/trunk/; revision=7085
Diffstat (limited to 'embed')
-rw-r--r-- | embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 3d9ee5962..b50b3762a 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -94,7 +94,10 @@ GtkNSSSecurityWarningDialogs::ConfirmEnteringSecure (nsIInterfaceRequestor *aCon GTK_RESPONSE_OK, _("Security Notice"), _("This page is loaded over a secure connection"), - _("The padlock icon in the statusbar indicates whether a page is secure."), + _("For secure pages, the address entry has a distinct " + "color and a locked padlock icon is displayed.\n\n" + "The padlock icon in the statusbar also indicates " + "whether a page is secure."), nsnull, _retval); *_retval = PR_TRUE; |