From 4e2a1da1aefe5ce27f6c1fe8d9f8907b77c08c99 Mon Sep 17 00:00:00 2001 From: Kaarlo Raiha Date: Sat, 30 Jul 2011 16:32:10 +0300 Subject: [PATCH] Add dots, whitespace and caps MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/stream_out/smem.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/stream_out/smem.c b/modules/stream_out/smem.c index 64d92c1c7c..615536b529 100644 --- a/modules/stream_out/smem.c +++ b/modules/stream_out/smem.c @@ -58,20 +58,20 @@ *****************************************************************************/ #define T_VIDEO_PRERENDER_CALLBACK N_( "Video prerender callback" ) -#define LT_VIDEO_PRERENDER_CALLBACK N_( "Address of the video prerender callback function" \ - "this function will set the buffer where render will be done" ) +#define LT_VIDEO_PRERENDER_CALLBACK N_( "Address of the video prerender callback function. " \ + "This function will set the buffer where render will be done." ) #define T_AUDIO_PRERENDER_CALLBACK N_( "Audio prerender callback" ) -#define LT_AUDIO_PRERENDER_CALLBACK N_( "Address of the audio prerender callback function." \ - "this function will set the buffer where render will be done" ) +#define LT_AUDIO_PRERENDER_CALLBACK N_( "Address of the audio prerender callback function. " \ + "This function will set the buffer where render will be done." ) #define T_VIDEO_POSTRENDER_CALLBACK N_( "Video postrender callback" ) -#define LT_VIDEO_POSTRENDER_CALLBACK N_( "Address of the video postrender callback function." \ - "this function will be called when the render is into the buffer" ) +#define LT_VIDEO_POSTRENDER_CALLBACK N_( "Address of the video postrender callback function. " \ + "This function will be called when the render is into the buffer." ) #define T_AUDIO_POSTRENDER_CALLBACK N_( "Audio postrender callback" ) -#define LT_AUDIO_POSTRENDER_CALLBACK N_( "Address of the audio postrender callback function." \ - "this function will be called when the render is into the buffer" ) +#define LT_AUDIO_POSTRENDER_CALLBACK N_( "Address of the audio postrender callback function. " \ + "This function will be called when the render is into the buffer." ) #define T_VIDEO_DATA N_( "Video Callback data" ) #define LT_VIDEO_DATA N_( "Data for the video callback function." ) -- 2.39.2