Commit 4d4c82bb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add missing spaces

parent 977ed86c
......@@ -192,7 +192,7 @@ static const char *const ppsz_standards_list_text[] =
#define AMTUNER_MODE_TEXT N_("AM Tuner mode")
#define AMTUNER_MODE_LONGTEXT N_( \
"AM Tuner mode. Can be one of Default (0), TV (1)," \
"AM Tuner mode. Can be one of Default (0), TV (1), " \
"AM Radio (2), FM Radio (3) or DSS (4).")
#define AUDIO_CHANNELS_TEXT N_("Number of audio channels")
......
......@@ -114,7 +114,7 @@ static void x264_log( void *, int i_level, const char *psz, va_list );
#define B_ADAPT_TEXT N_("Adaptive B-frame decision")
#define B_ADAPT_LONGTEXT N_( "Force the specified number of " \
"consecutive B-frames to be used, except possibly before an I-frame." \
"consecutive B-frames to be used, except possibly before an I-frame. " \
"Range 0 to 2." )
#define B_BIAS_TEXT N_("Influence (bias) B-frames usage")
......@@ -418,7 +418,7 @@ static void x264_log( void *, int i_level, const char *psz, va_list );
#define TUNE_TEXT N_("Default tune setting used" )
#define PRESET_TEXT N_("Default preset setting used" )
#define X264_OPTIONS_TEXT N_("x264 advanced options.")
#define X264_OPTIONS_TEXT N_("x264 advanced options")
#define X264_OPTIONS_LONGTEXT N_("x264 advanced options, in the form {opt=val,op2=val2} .")
static const char *const enc_me_list[] =
......
......@@ -59,7 +59,7 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
#define PAGE_TEXT N_("Teletext page")
#define PAGE_LONGTEXT N_("Open the indicated Teletext page." \
#define PAGE_LONGTEXT N_("Open the indicated Teletext page. " \
"Default page is index 100")
#define OPAQUE_TEXT N_("Teletext transparency")
......
......@@ -112,7 +112,7 @@ static void Close ( vlc_object_t * );
"requires \"Set PID to ID of ES\" to be enabled." )
#define SDTDESC_TEXT N_("SDT Descriptors (requires --sout-ts-es-id-pid)")
#define SDTDESC_LONGTEXT N_("Defines the descriptors of each SDT. This" \
#define SDTDESC_LONGTEXT N_("Defines the descriptors of each SDT. This " \
"requires \"Set PID to ID of ES\" to be enabled." )
#define PID_TEXT N_("Set PID to ID of ES")
......
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