]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/normvol.c
* Fixed a few string errors
[vlc] / modules / audio_filter / normvol.c
index 52d7e0e59f5eb29dd022225f257edc02b3ae9ef5..803df3c71f6cd5f84f356d6dbeda47682a73361a 100644 (file)
@@ -73,7 +73,7 @@ struct aout_filter_sys_t {
 
 #define LEVEL_TEXT N_("Max level" )
 #define LEVEL_LONGTEXT N_("If the average power over the last N buffers " \
-               "is higher than this value, the volume will be normalized." \
+               "is higher than this value, the volume will be normalized. " \
                "This value is a positive floating point number. A value " \
                "between 0.5 and 10 seems sensible." )