]> git.mjollnir.org Git - moodle.git/commitdiff
Changed to single quotes... :-)
authorstronk7 <stronk7>
Mon, 24 May 2004 18:14:55 +0000 (18:14 +0000)
committerstronk7 <stronk7>
Mon, 24 May 2004 18:14:55 +0000 (18:14 +0000)
lang/en/activitynames.php

index 557390f6cea2dd9d8eb6c308acec0ab23f3b0796..9f08dbb603f2d7fca2a49376fc3b5fa1e1fc7293 100644 (file)
@@ -1,6 +1,6 @@
 <?php /// $Id$
 
-$string['filtername'] = "Activity Names Auto-linking";
+$string['filtername'] = 'Activity Names Auto-linking';
 
 ?>