From 8684284e492b2fe962b4645f605d966419e285d8 Mon Sep 17 00:00:00 2001 From: David Mudrak Date: Wed, 27 Jul 2011 14:42:05 +0200 Subject: [PATCH] MDL-28487 Fixed typo in media filter help string --- filter/mediaplugin/lang/en/filter_mediaplugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/mediaplugin/lang/en/filter_mediaplugin.php b/filter/mediaplugin/lang/en/filter_mediaplugin.php index 5729301e587..4572e98bc97 100644 --- a/filter/mediaplugin/lang/en/filter_mediaplugin.php +++ b/filter/mediaplugin/lang/en/filter_mediaplugin.php @@ -28,7 +28,7 @@ $string['filtername'] = 'Multimedia plugins'; $string['flashanimation'] = 'Flash animation'; $string['flashanimation_help'] = 'Files with extension *.swf. For security reasons this filter is used only in trusted texts.'; $string['flashvideo'] = 'Flash video'; -$string['flashvideo_help'] = 'Files with extension *.flv and *.f4v. Plays video clips using Flowplayer, requires Flash plugin and javascript. Uses HTML 5 video fallback if multiple sources psecified.'; +$string['flashvideo_help'] = 'Files with extension *.flv and *.f4v. Plays video clips using Flowplayer, requires Flash plugin and javascript. Uses HTML 5 video fallback if multiple sources specified.'; $string['html5audio'] = 'HTML 5 audio'; $string['html5audio_help'] = 'Audio files with extension *.ogg, *.acc and others. It is compatible with latest web browsers only, unfortunately there is no format that is supported by all browsers. Workaround is to specify fallbacks separated with # (ex: http://example.org/audio.acc#http://example.org/audio.acc#http://example.org/audio.mp3#), QuickTime player is used as a fallback for old browsers, fallback can be any audio type.';