vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Thu Sep 7 11:52:36 2017 +0200| [a08442007a3ff8fd9ee6877126a71b0cac61b03a] | committer: Jean-Baptiste Kempf
mod: fix typo Close #18780 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a08442007a3ff8fd9ee6877126a71b0cac61b03a --- modules/demux/mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/demux/mod.c b/modules/demux/mod.c index 58d6a9e792..368a63ccd2 100644 --- a/modules/demux/mod.c +++ b/modules/demux/mod.c @@ -57,7 +57,7 @@ static void Close ( vlc_object_t * ); #define REVERB_LEVEL_LONGTEXT N_( "Reverberation level (from 0 " \ "to 100, default value is 0)." ) #define REVERB_DELAY_LONGTEXT N_("Reverberation delay, in ms." \ - " Usual values are from to 40 to 200ms." ) + " Usual values are from 40 to 200ms." ) #define MEGABASS_LONGTEXT N_( "Enable megabass mode" ) #define MEGABASS_LEVEL_LONGTEXT N_("Megabass mode level (from 0 to 100, " \ "default value is 0)." ) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
