Commit b275e4e4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add missing white space

parent 7ab12b0b
...@@ -78,7 +78,7 @@ static void Close( vlc_object_t * ); ...@@ -78,7 +78,7 @@ static void Close( vlc_object_t * );
"empty if you don't have one." ) "empty if you don't have one." )
#define CA_TEXT N_( "Root CA file" ) #define CA_TEXT N_( "Root CA file" )
#define CA_LONGTEXT N_( "Path to the x509 PEM trusted root CA certificates " \ #define CA_LONGTEXT N_( "Path to the x509 PEM trusted root CA certificates " \
"(certificate authority) file that will be used for" \ "(certificate authority) file that will be used for " \
"HTTPS. Leave empty if you " \ "HTTPS. Leave empty if you " \
"don't have one." ) "don't have one." )
#define CRL_TEXT N_( "CRL file" ) #define CRL_TEXT N_( "CRL file" )
......
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