aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2005-08-08 05:14:46 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2005-08-08 05:14:46 +0800
commit8a5ef09c4435869dc39736d6c77c7d135f976223 (patch)
treed5b918b7f440ff02f3e374ab599c786efbfabfbf /embed
parent2469feadd17d7b66de70a1ed0bb898dcbfa9e296 (diff)
downloadgsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar.gz
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar.bz2
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar.lz
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar.xz
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.tar.zst
gsoc2013-epiphany-8a5ef09c4435869dc39736d6c77c7d135f976223.zip
Change the text on the 'unknown issuer' dialog. Fixes bug #151519
2005-08-07 Crispin Flowerday <gnome@flowerday.cx> * embed/mozilla/GtkNSSDialogs.cpp (ConfirmUnknownIssuer): Change the text on the 'unknown issuer' dialog. Fixes bug #151519
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/GtkNSSDialogs.cpp2
1 files changed, 1 insertions, 1 deletions
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);