From ca86f8e1bdcb598778a488a52242b7078ec1acf8 Mon Sep 17 00:00:00 2001 From: Kaarlo Raiha Date: Sat, 30 Jul 2011 16:01:53 +0300 Subject: [PATCH] Add . and whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémi Denis-Courmont --- modules/video_filter/audiobargraph_v.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/audiobargraph_v.c b/modules/video_filter/audiobargraph_v.c index fbd7f3981d..84ff77a95b 100644 --- a/modules/video_filter/audiobargraph_v.c +++ b/modules/video_filter/audiobargraph_v.c @@ -45,7 +45,7 @@ *****************************************************************************/ #define I_VALUES_TEXT N_("Value of the audio channels levels") -#define I_VALUES_LONGTEXT N_("Value of the audio level of each channels between 0 and 1" \ +#define I_VALUES_LONGTEXT N_("Value of the audio level of each channels between 0 and 1. " \ "Each level should be separated with ':'.") #define POSX_TEXT N_("X coordinate") #define POSX_LONGTEXT N_("X coordinate of the bargraph." )