filter/mediaplugins MDL-19231 Fixing case on YouTube

This commit is contained in:
moodler
2009-10-02 08:27:21 +00:00
parent c61ab3b6af
commit cb09ed7ecb
+1 -1
View File
@@ -510,7 +510,7 @@ $string['mediapluginrpm'] = 'Enable .rpm filter';
$string['mediapluginswf'] = 'Enable .swf filter';
$string['mediapluginswfnote'] = 'As a default security measure, normal users should not be allowed to embed swf flash files.';
$string['mediapluginwmv'] = 'Enable .wmv filter';
$string['mediapluginyoutube'] = 'Enable Youtube link filter';
$string['mediapluginyoutube'] = 'Enable YouTube link filter';
$string['memcachedhosts'] = 'memcached hosts';
$string['memcachedpconn'] = 'memcached use persistent connections';
$string['messaging'] = 'Enable messaging system';