From e96fb7b89499332cecd1e10ed125c4cef9b3f585 Mon Sep 17 00:00:00 2001 From: Christoph Miebach Date: Sat, 18 Aug 2012 15:25:53 +0200 Subject: [PATCH] typos visible in vlc.pot MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Pointed-out-by: Michał Trzebiatowski --- 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 536b30575b..6f9fda8e5f 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 86749936f6..21f3c5c3d2 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." ) -- 2.39.5