From: Christoph Miebach Date: Sat, 18 Aug 2012 13:25:53 +0000 (+0200) Subject: typos visible in vlc.pot X-Git-Tag: 2.1.0-git~3384 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e96fb7b89499332cecd1e10ed125c4cef9b3f585;p=vlc typos visible in vlc.pot Pointed-out-by: MichaƂ Trzebiatowski --- 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." )