]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo for scorm.php MDL-14129.
authormits <mits>
Sun, 15 Jun 2008 15:42:27 +0000 (15:42 +0000)
committermits <mits>
Sun, 15 Jun 2008 15:42:27 +0000 (15:42 +0000)
Fixed a grammatical error for error.php MDL-14129.

lang/en_utf8/error.php
lang/en_utf8/scorm.php

index 43ed1c1c2f224a572247036b9cc6d926e4099e2d..e3cd23c8254a2c556ee37e82e5f041f4277684e6 100644 (file)
@@ -3,6 +3,7 @@
 
 
 $string['adminprimarynoedit'] = 'The primary admin cannot be edited by others';
+$string['authorizeerror'] = 'Authorize Error';
 $string['blockdoesnotexist'] = 'This block does not exist';
 $string['blockcannotinistantiate'] = 'Problem in instantiating block object';
 $string['blockcannotread'] = 'Could not read data for blockid= $a ';
@@ -174,7 +175,7 @@ $string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter sett
 $string['csvinvalidcolsnum'] = 'INVALID CSV FILE; Each line must include 49 or 70 fields';
 $string['csvinvalidcols'] = '<b>INVALID CSV FILE:</b> First line must include "Header Fields" and the file must be type of <br />"Expanded Fields/Comma Separated"<br />or<br /> "Expanded Fields with CAVV Result Code/Comma Separated"';
 $string['csvweirdcolumns'] = 'Invalid CSV file format - number of columns is not constant!';
-$string['csvloaderror'] = 'Error occur during loading vcs file!';
+$string['csvloaderror'] = 'Error occur during loading CSV file!';
 $string['dbconnectionfailed'] = '<p>Error: Database connection failed.</p>
 <p>It is possible that the database is overloaded or otherwise not running properly.</p>
 <p>The site administrator should also check that the database details have been correctly specified in config.php</p>$a';
index bca153c9da0d709b033d9b629b9ee55d2baa6e60..6e97068af01483146341e0a94312a6428e12cb05 100644 (file)
@@ -19,7 +19,7 @@ $string['browse'] = 'Preview';
 $string['browsed'] = 'Browsed';
 $string['browsemode'] = 'Preview Mode';
 $string['browserepository'] = 'Browse repository';
-$string['cannotfindsco'] = 'Cannot found SCO';
+$string['cannotfindsco'] = 'Could not find SCO';
 $string['chooseapacket'] = 'Choose or update a package';
 $string['completed'] = 'Completed';
 $string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';