Repaired the language file that was causing the printing of a weird UTF-8 character in admin page

This commit is contained in:
nicolasconnault
2007-07-27 06:18:39 +00:00
parent 3527464679
commit 1bf35770e6
+1 -3
View File
@@ -1,5 +1,4 @@
<?PHP // $Id$
// admin.php - created with Moodle 1.7 beta + (2006101003)
<?php
$string['accessdenied'] = 'Access denied';
$string['accounts'] = 'Accounts';
$string['adminseesall'] = 'Admins See All';
@@ -610,5 +609,4 @@ $string['usersrenamed'] = 'Users renamed';
$string['usersupdated'] = 'Users updated';
$string['validateerror'] = 'This value was not valid:';
?>