diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-09 03:26:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-09 03:26:51 +0800 |
commit | eb27c4a12de885c9ec27e0025fe10faaa3226f24 (patch) | |
tree | 4a706e53e0f8d23bd8d6a4fb1ef3d5428fac513f | |
parent | 62908c18a62753382c83be7df67769014bf8f5ca (diff) | |
download | gsoc2013-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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/GtkNSSDialogs.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-11-08 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/GtkNSSDialogs.cpp: + + Better wording on the "unable to trust" string. Fixes bug #127234. + +2004-11-08 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): This dialogue doesn't need to be modal. 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); |