aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--embed/mozilla/GtkNSSDialogs.cpp2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ae744eee..5df883788 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-07 Crispin Flowerday <gnome@flowerday.cx>
+
+ * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer):
+
+ Change the text on the 'unknown issuer' dialog.
+ Fixes bug #151519
+
2005-08-07 Christian Persch <chpe@cvs.gnome.org>
* 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);