aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-31 23:10:51 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-31 23:10:51 +0800
commit604cafae85527fcf97057483e70a7e3533b318d2 (patch)
tree714f7f1bc591fb4c856bd85bcb8f446cae0f4fa9 /embed/mozilla
parent354ffd50f852b2d2370d3e71725b63eeb89aa84c (diff)
downloadgsoc2013-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.
Diffstat (limited to 'embed/mozilla')
-rw-r--r--embed/mozilla/GtkNSSSecurityWarningDialogs.cpp3
1 files changed, 1 insertions, 2 deletions
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;