about summary refs log tree commit diff stats
path: root/WWW
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2013-10-01 22:01:16 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2013-10-01 22:01:16 -0400
commit37a1afaefc1436b2a06744d05c7ddb0cd3b42b1c (patch)
treea9aa03f6220229910b6971d7057dca658d57dc44 /WWW
parent3a21c5bc3417b199af968e4ff52e80ca67ee66d7 (diff)
downloadlynx-snapshots-37a1afaefc1436b2a06744d05c7ddb0cd3b42b1c.tar.gz
snapshot of project "lynx", label v2-8-8dev_16c
Diffstat (limited to 'WWW')
-rw-r--r--WWW/Library/Implementation/HTTP.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c
index 220ae35f..7ca34dd6 100644
--- a/WWW/Library/Implementation/HTTP.c
+++ b/WWW/Library/Implementation/HTTP.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTTP.c,v 1.129 2013/10/01 15:09:29 tom Exp $
+ * $LynxId: HTTP.c,v 1.130 2013/10/01 21:58:37 tom Exp $
  *
  * HyperText Tranfer Protocol	- Client implementation		HTTP.c
  * ==========================
@@ -778,7 +778,7 @@ static int HTLoadHTTP(const char *arg,
 	    char *msg2;
 
 	    if (ret == 0 && tls_status & GNUTLS_CERT_SIGNER_NOT_FOUND) {
-		msg2 = gettext("self signed certificate");
+		msg2 = gettext("the certificate has no known issuer");
 	    } else if (tls_status & GNUTLS_CERT_SIGNER_NOT_FOUND) {
 		msg2 = gettext("no issuer was found");
 	    } else if (tls_status & GNUTLS_CERT_SIGNER_NOT_CA) {