]> git.sesse.net Git - vlc/commitdiff
Update tooltip for http-cert to reflect the situation on osx
authorDavid Fuhrmann <david.fuhrmann@googlemail.com>
Tue, 14 Jan 2014 12:21:30 +0000 (13:21 +0100)
committerDavid Fuhrmann <david.fuhrmann@googlemail.com>
Tue, 14 Jan 2014 16:24:41 +0000 (17:24 +0100)
src/libvlc-module.c

index 182c7e13ea090846e20e658f617fcbd3e9907a5b..745c992c2ea668f42dcb6ff5b470d153dfc57562 100644 (file)
@@ -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_( \