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

Remove extra white space

parent 41c51564
...@@ -74,7 +74,7 @@ static void Close( vlc_object_t * ); ...@@ -74,7 +74,7 @@ static void Close( vlc_object_t * );
"be used for HTTPS." ) "be used for HTTPS." )
#define KEY_TEXT N_( "Private key file" ) #define KEY_TEXT N_( "Private key file" )
#define KEY_LONGTEXT N_( "Path to the x509 PEM private key file that will " \ #define KEY_LONGTEXT N_( "Path to the x509 PEM private key file that will " \
" be used for HTTPS. Leave " \ "be used for HTTPS. Leave " \
"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 " \
......
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