From 8a5ef09c4435869dc39736d6c77c7d135f976223 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Sun, 7 Aug 2005 21:14:46 +0000 Subject: Change the text on the 'unknown issuer' dialog. Fixes bug #151519 2005-08-07 Crispin Flowerday * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer): Change the text on the 'unknown issuer' dialog. Fixes bug #151519 --- ChangeLog | 7 +++++++ embed/mozilla/GtkNSSDialogs.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7ae744eee..5df883788 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-08-07 Crispin Flowerday + + * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer): + + Change the text on the 'unknown issuer' dialog. + Fixes bug #151519 + 2005-08-07 Christian Persch * configure.ac: diff --git a/embed/mozilla/GtkNSSDialogs.cpp b/embed/mozilla/GtkNSSDialogs.cpp index 897517e1c..b8a47a402 100644 --- a/embed/mozilla/GtkNSSDialogs.cpp +++ b/embed/mozilla/GtkNSSDialogs.cpp @@ -358,7 +358,7 @@ GtkNSSDialogs::ConfirmUnknownIssuer (nsIInterfaceRequestor *ctx, secondary, tertiary); res = display_cert_warning_box (ctx, cert, msg, - _("_Don't show this message again for this site"), + _("_Trust this security information from now on"), &accept_perm, _("Co_nnect")); g_free (tertiary); g_free (secondary); -- cgit v1.2.3