From: Nikos Mavrogiannopoulos Date: Mon, 7 Feb 2011 15:57:52 +0000 (+0100) Subject: improved premature_termination error message X-Git-Tag: gnutls_2_99_0~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=459f751e216446ece2cd5aa3d355736ce41c7551;p=thirdparty%2Fgnutls.git improved premature_termination error message --- diff --git a/lib/gnutls_errors.c b/lib/gnutls_errors.c index ca3403c514..95de0f4575 100644 --- a/lib/gnutls_errors.c +++ b/lib/gnutls_errors.c @@ -74,7 +74,7 @@ static const gnutls_error_entry error_algorithms[] = { GNUTLS_E_DH_PRIME_UNACCEPTABLE, 1), ERROR_ENTRY (N_("A TLS packet with unexpected length was received."), GNUTLS_E_UNEXPECTED_PACKET_LENGTH, 1), - ERROR_ENTRY (N_("A TLS connection was non-properly terminated."), + ERROR_ENTRY (N_("The TLS connection was non-properly terminated."), GNUTLS_E_PREMATURE_TERMINATION, 1), ERROR_ENTRY (N_ ("The specified session has been invalidated for some reason."),