From 604cafae85527fcf97057483e70a7e3533b318d2 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 31 Aug 2005 15:10:51 +0000 Subject: Better message on the enter-secure warning. 2005-08-31 Christian Persch * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: Better message on the enter-secure warning. --- embed/mozilla/GtkNSSSecurityWarningDialogs.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'embed/mozilla') 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; -- cgit v1.2.3