]> git.sesse.net Git - vlc/commitdiff
typos visible in vlc.pot
authorChristoph Miebach <christoph.miebach@web.de>
Sat, 18 Aug 2012 13:25:53 +0000 (15:25 +0200)
committerChristoph Miebach <christoph.miebach@web.de>
Sat, 18 Aug 2012 13:25:53 +0000 (15:25 +0200)
Pointed-out-by: MichaƂ Trzebiatowski <hippie_1968@hotmail.com>
modules/audio_output/alsa.c
modules/video_filter/scene.c

index 536b30575b06827aea1800f3cd3a44b908793aa4..6f9fda8e5febdc66d9040c08f85bf1c12e68e903 100644 (file)
@@ -62,8 +62,8 @@ static void GetDevices (vlc_object_t *, module_config_t *, const char *);
 #define AUDIO_DEV_LONGTEXT N_("Audio output device (using ALSA syntax).")
 
 #define AUDIO_CHAN_TEXT N_("Audio output channels")
-#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output." \
-    "If the input has more channels than the output, it will be down-mixed." \
+#define AUDIO_CHAN_LONGTEXT N_("Channels available for audio output. " \
+    "If the input has more channels than the output, it will be down-mixed. " \
     "This parameter is ignored when digital pass-through is active.")
 static const int channels[] = {
     AOUT_CHAN_CENTER, AOUT_CHANS_STEREO, AOUT_CHANS_4_0, AOUT_CHANS_4_1,
index 86749936f68cd83bfeea1699397f7d600a05a269..21f3c5c3d2f9376e60d789e6997515af81c34c22 100644 (file)
@@ -77,7 +77,7 @@ static void SavePicture( filter_t *, picture_t * );
                             "form if replace is not true." )
 
 #define PATH_TEXT N_( "Directory path prefix" )
-#define PATH_LONGTEXT N_( "Directory path where images files should be saved." \
+#define PATH_LONGTEXT N_( "Directory path where images files should be saved. " \
                           "If not set, then images will be automatically saved in " \
                           "users homedir." )