]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-11158, "& needs fix to & in ... for 'en' and other language packs"
authornfreear <nfreear>
Fri, 7 Sep 2007 13:53:28 +0000 (13:53 +0000)
committernfreear <nfreear>
Fri, 7 Sep 2007 13:53:28 +0000 (13:53 +0000)
lang/en_utf8/block_tag_youtube.php

index afc3a27a85c49a3e32928595acc400478dd3e4c0..8221ca154ef70e395f867942880e2cf91595f034 100644 (file)
@@ -6,17 +6,17 @@ $string['numberofvideos'] = 'Number of videos';
 $string['category'] = 'Category';
 $string['anycategory'] = 'Any Category';
 $string['includeonlyvideosfromplaylist'] = 'Include only videos from the playlist with id';
-$string['filmsanimation'] = 'Films & Animation';
-$string['autosvehicles'] = 'Autos & Vehicles';
+$string['filmsanimation'] = 'Films &amp; Animation';
+$string['autosvehicles'] = 'Autos &amp; Vehicles';
 $string['comedy'] = 'Comedy';
 $string['entertainment'] = 'Entertainment';
 $string['music'] = 'Music';
-$string['newspolitics'] = 'News & Politics';
-$string['peopleblogs'] = 'People & Blogs';
-$string['petsanimals'] = 'Pets & Animals';
-$string['howtodiy'] = 'How-to & DIY';
+$string['newspolitics'] = 'News &amp; Politics';
+$string['peopleblogs'] = 'People &amp; Blogs';
+$string['petsanimals'] = 'Pets &amp; Animals';
+$string['howtodiy'] = 'How-to &amp; DIY';
 $string['sports'] = 'Sports';
-$string['travel'] = 'Travel & Places';
-$string['gadgetsgames'] = 'Gadgets & Games';
+$string['travel'] = 'Travel &amp; Places';
+$string['gadgetsgames'] = 'Gadgets &amp; Games';
 
 ?>