diff options
-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; |