diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-08-31 23:10:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-08-31 23:10:51 +0800 |
commit | 604cafae85527fcf97057483e70a7e3533b318d2 (patch) | |
tree | 714f7f1bc591fb4c856bd85bcb8f446cae0f4fa9 | |
parent | 354ffd50f852b2d2370d3e71725b63eeb89aa84c (diff) | |
download | gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar.gz gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar.bz2 gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar.lz gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar.xz gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.tar.zst gsoc2013-epiphany-604cafae85527fcf97057483e70a7e3533b318d2.zip |
Better message on the enter-secure warning.
2005-08-31 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSSecurityWarningDialogs.cpp:
Better message on the enter-secure warning.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2005-08-31 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: + + Better message on the enter-secure warning. + 2005-08-29 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-debug.c: diff --git a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp index 2be0a7200..faec73741 100644 --- a/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp +++ b/embed/mozilla/GtkNSSSecurityWarningDialogs.cpp @@ -91,8 +91,7 @@ GtkNSSSecurityWarningDialogs::ConfirmEnteringSecure (nsIInterfaceRequestor *aCon GTK_RESPONSE_OK, _("Security Notice"), _("This page is loaded over a secure connection"), - _("You can always see the security status of a page from " - "the padlock icon on the statusbar."), + _("The padlock icon in the statusbar indicates whether a page is secure."), nsnull, _retval); *_retval = PR_TRUE; |