SSL errors got mixed up. Fixed

This commit is contained in:
Stephan Erb 2007-12-30 00:10:22 +00:00
parent 6fdd7c0f88
commit d621eb9405
1 changed files with 3 additions and 3 deletions

View File

@ -72,9 +72,9 @@ ssl_error = {
15: _("Format error in CRL's lastUpdate field"),
16: _("Format error in CRL's nextUpdate field"),
17: _("Out of memory"),
18: _("Self signed certificate in certificate chain"),
19: _("Unable to get local issuer certificate"),
20: _("Unable to verify the first certificate"),
18: _("Self signed certificate"),
19: _("Self signed certificate in certificate chain"),
20: _("Unable to get local issuer certificate"),
21: _("Unable to verify the first certificate"),
22: _("Certificate chain too long"),
23: _("Certificate revoked"),