]> git.sesse.net Git - vlc/commitdiff
help: fix comma wrongly stated when colon is actually the right delimiter
authorErwan Tulou <erwan10@videolan.org>
Wed, 14 Apr 2010 08:44:17 +0000 (10:44 +0200)
committerErwan Tulou <erwan10@videolan.org>
Wed, 14 Apr 2010 09:26:18 +0000 (11:26 +0200)
modules/stream_out/transcode/transcode.c
src/libvlc-module.c

index e2ace26884c364b102e411e178167d32238e5adf..aee63266d26c58e5cdce1ff6f6dc31986b0df530 100644 (file)
@@ -78,7 +78,7 @@
 #define VFILTER_TEXT N_("Video filter")
 #define VFILTER_LONGTEXT N_( \
     "Video filters will be applied to the video streams (after overlays " \
-    "are applied). You must enter a comma-separated list of filters." )
+    "are applied). You can enter a colon-separated list of filters." )
 
 #define AENC_TEXT N_("Audio encoder")
 #define AENC_LONGTEXT N_( \
 #define AFILTER_TEXT N_("Audio filter")
 #define AFILTER_LONGTEXT N_( \
     "Audio filters will be applied to the audio streams (after conversion " \
-    "filters are applied). You must enter a comma-separated list of filters." )
+    "filters are applied). You can enter a colon-separated list of filters." )
 
 #define SENC_TEXT N_("Subtitles encoder")
 #define SENC_LONGTEXT N_( \
 #define SFILTER_LONGTEXT N_( \
     "This allows you to add overlays (also known as \"subpictures\" on the "\
     "transcoded video stream. The subpictures produced by the filters will "\
-    "be overlayed directly onto the video. You must specify a comma-separated "\
+    "be overlayed directly onto the video. You can specify a colon-separated "\
     "list of subpicture modules" )
 
 #define OSD_TEXT N_("OSD menu")
index e86326856ac4c85cfbff4556ecd87713d38ab333..b8802cf70a6644f1377274d87fbee1e6222246ef 100644 (file)
@@ -179,7 +179,7 @@ static const char *const ppsz_snap_formats[] =
 #define EXTRAINTF_LONGTEXT N_( \
     "You can select \"additional interfaces\" for VLC. " \
     "They will be launched in the background in addition to the default " \
-    "interface. Use a comma separated list of interface modules. (common " \
+    "interface. Use a colon separated list of interface modules. (common " \
     "values are \"rc\" (remote control), \"http\", \"gestures\" ...)")
 
 #define CONTROL_TEXT N_("Control interfaces")