Minor typo
I think this is a typo in the string text.
In /src/libvlc-module.c:
845 #define HTTP_CRL_TEXT N_("HTTP/TLS Certificate Revocation List")
846 #define CRL_LONGTEXT N_( \
847 "This file contains an optional CRL to prevent remove clients " \
848 "from using revoked certificates in TLS sessions.")
In line 847: Perhaps "remote clients" instead of "remove clients"?
Spotted during Transifex translation and I checked that it also were contained in the current git repository. Haven't checked versions besides these two.
Best regards!