[vlc-commits] Add missing spaces

Jean-Baptiste Kempf git at videolan.org
Tue Apr 14 23:01:28 CEST 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 14 22:59:57 2015 +0200| [4d4c82bbd7f52cfb4344a3828faffce7ffcf397b] | committer: Jean-Baptiste Kempf

Add missing spaces

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d4c82bbd7f52cfb4344a3828faffce7ffcf397b
---

 modules/access/dshow/dshow.cpp |    2 +-
 modules/codec/x264.c           |    4 ++--
 modules/codec/zvbi.c           |    2 +-
 modules/mux/mpeg/ts.c          |    2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index ac98a8f..eb181c7 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -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")
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 68df693..76f724a 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -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[] =
diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index 17b8b5a..59152e9 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -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")
diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c
index 4b41a3a..9c09f1a 100644
--- a/modules/mux/mpeg/ts.c
+++ b/modules/mux/mpeg/ts.c
@@ -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")



More information about the vlc-commits mailing list