Repaired the language file that was causing the printing of a weird UTF-8 character in admin page
This commit is contained in:
@@ -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:';
|
||||
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user