Commit a32af4a4 authored by David Fuhrmann's avatar David Fuhrmann

Update tooltip for http-cert to reflect the situation on osx

parent 7342f1c4
......@@ -829,7 +829,8 @@ static const char *const ppsz_prefres[] = {
#define HTTP_CERT_TEXT N_("HTTP/TLS server certificate")
#define CERT_LONGTEXT N_( \
"This X.509 certicate file (PEM format) is used for server-side TLS." )
"This X.509 certicate file (PEM format) is used for server-side TLS. " \
"On OS X, the string is used as a label to search the certificate in the keychain." )
#define HTTP_KEY_TEXT N_("HTTP/TLS server private key")
#define KEY_LONGTEXT N_( \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment