From 42247cf0e9f168d6b2491dd1bf01c2c6a6b8131d Mon Sep 17 00:00:00 2001 From: mits <mits> Date: Sun, 15 Jun 2008 15:42:27 +0000 Subject: [PATCH] Fixed a typo for scorm.php MDL-14129. Fixed a grammatical error for error.php MDL-14129. --- lang/en_utf8/error.php | 3 ++- lang/en_utf8/scorm.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 43ed1c1c2f..e3cd23c825 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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'; diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index bca153c9da..6e97068af0 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -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.'; -- 2.39.5