]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Authority information access information -> Authority information access
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 Jan 2012 10:02:49 +0000 (11:02 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 8 Jan 2012 10:02:49 +0000 (11:02 +0100)
lib/x509/output.c

index d21a420ff2909361f79bb8f7df6115b273a16df3..ab056deacb389a435b189c4f04a0a3a6ac5cff66 100644 (file)
@@ -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)