[vlc-commits] Update tooltip for http-cert to reflect the situation on osx

David Fuhrmann git at videolan.org
Tue Jan 14 17:25:43 CET 2014


vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | 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_( \



More information about the vlc-commits mailing list