From: Nikos Mavrogiannopoulos Date: Sun, 8 Jan 2012 10:02:49 +0000 (+0100) Subject: Authority information access information -> Authority information access X-Git-Tag: gnutls-3_0_12~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc1f4ad374c3e986fb3ab3c78442e9adfcce018;p=thirdparty%2Fgnutls.git Authority information access information -> Authority information access --- diff --git a/lib/x509/output.c b/lib/x509/output.c index d21a420ff2..ab056deacb 100644 --- a/lib/x509/output.c +++ b/lib/x509/output.c @@ -966,7 +966,7 @@ print_extensions (gnutls_buffer_st * str, const char *prefix, int type, else if (strcmp (oid, "1.3.6.1.5.5.7.1.1") == 0) { addf (str, _("%s\t\tAuthority Information " - "Access Information (%s):\n"), prefix, + "Access (%s):\n"), prefix, critical ? _("critical") : _("not critical")); if (type == TYPE_CRT)