[vlc-devel] [PATCH] misc/gnutls: gnutls_ClientHandshake fix typo in dialog contents
Filip Roséen
filip at atch.se
Fri Mar 17 03:35:58 CET 2017
---
modules/misc/gnutls.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/misc/gnutls.c b/modules/misc/gnutls.c
index f3e5d44ccb..045fbd1727 100644
--- a/modules/misc/gnutls.c
+++ b/modules/misc/gnutls.c
@@ -471,13 +471,13 @@ static int gnutls_ClientHandshake(vlc_tls_creds_t *creds, vlc_tls_t *tls,
return 0;
case GNUTLS_E_NO_CERTIFICATE_FOUND:
msg_Dbg(creds, "no known certificates for %s", host);
- msg = N_("However the security certificate presented by the "
+ msg = N_("However, the security certificate presented by the "
"server is unknown and could not be authenticated by any "
"trusted Certificate Authority.");
break;
case GNUTLS_E_CERTIFICATE_KEY_MISMATCH:
msg_Dbg(creds, "certificate keys mismatch for %s", host);
- msg = N_("However the security certificate presented by the "
+ msg = N_("However, the security certificate presented by the "
"server changed since the previous visit and was not "
"authenticated by any trusted Certificate Authority. ");
break;
--
2.12.0
More information about the vlc-devel
mailing list