vlc | branch: master | Christoph Miebach <[email protected]> | Sat Aug 
18 15:25:53 2012 +0200| [e96fb7b89499332cecd1e10ed125c4cef9b3f585] | committer: 
Christoph Miebach

typos visible in vlc.pot

Pointed-out-by: MichaƂ Trzebiatowski <[email protected]>

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

 modules/audio_output/alsa.c  |    4 ++--
 modules/video_filter/scene.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/audio_output/alsa.c b/modules/audio_output/alsa.c
index 536b305..6f9fda8 100644
--- a/modules/audio_output/alsa.c
+++ b/modules/audio_output/alsa.c
@@ -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,
diff --git a/modules/video_filter/scene.c b/modules/video_filter/scene.c
index 8674993..21f3c5c 100644
--- a/modules/video_filter/scene.c
+++ b/modules/video_filter/scene.c
@@ -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." )
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to