Commit 608434d78bafe3769aa474c71c1ebd4f73e0f0ff
1 parent
5772d815
Exists in
master
and in
3 other branches
Small message adjustment.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/ssl/linux/url.c
| ... | ... | @@ -63,7 +63,7 @@ LIB3270_INTERNAL X509_CRL * get_crl_using_url(H3270 *hSession, SSL_ERROR_MESSAGE |
| 63 | 63 | if(!httpText) |
| 64 | 64 | { |
| 65 | 65 | message->title = _( "Security error" ); |
| 66 | - message->text = _( "Error loading certificate revocation list" ); | |
| 66 | + message->text = _( "Error getting certificate revocation list" ); | |
| 67 | 67 | return NULL; |
| 68 | 68 | } |
| 69 | 69 | ... | ... |