aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/GtkNSSDialogs.cpp
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-09 03:26:51 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-09 03:26:51 +0800
commiteb27c4a12de885c9ec27e0025fe10faaa3226f24 (patch)
tree4a706e53e0f8d23bd8d6a4fb1ef3d5428fac513f /embed/mozilla/GtkNSSDialogs.cpp
parent62908c18a62753382c83be7df67769014bf8f5ca (diff)
downloadgsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar.gz
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar.bz2
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar.lz
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar.xz
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.tar.zst
gsoc2013-epiphany-eb27c4a12de885c9ec27e0025fe10faaa3226f24.zip
Better wording on the "unable to trust" string. Fixes bug #127234.
2004-11-08 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/GtkNSSDialogs.cpp: Better wording on the "unable to trust" string. Fixes bug #127234.
Diffstat (limited to 'embed/mozilla/GtkNSSDialogs.cpp')
-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 07dc6baa3..f4c313699 100644
--- a/embed/mozilla/GtkNSSDialogs.cpp
+++ b/embed/mozilla/GtkNSSDialogs.cpp
@@ -344,7 +344,7 @@ GtkNSSDialogs::ConfirmUnknownIssuer (nsIInterfaceRequestor *ctx,
ttCommonName = g_markup_printf_escaped ("\"<tt>%s</tt>\"", cCommonName.get());
secondary = g_strdup_printf
- (_("Your browser was unable to trust %s. "
+ (_("It was not possible to automatically trust %s. "
"It is possible that someone is intercepting your "
"communication to obtain your confidential information."),
ttCommonName);