vlc | branch: master | David Fuhrmann <[email protected]> | Tue Jan 14 13:21:30 2014 +0100| [a32af4a431eb6fcb00dac3fa5460ce6f7b811fdc] | committer: David Fuhrmann
Update tooltip for http-cert to reflect the situation on osx > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a32af4a431eb6fcb00dac3fa5460ce6f7b811fdc --- src/libvlc-module.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libvlc-module.c b/src/libvlc-module.c index 182c7e1..745c992 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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_( \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
