Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.9.3
-
Fix Version/s: 1.9.4
-
Component/s: Language
-
Labels:None
-
Environment:Hidemoodle version 1.0 is required and you are running 1.9.3
unicode must be installed and enabled
database mysql version 4.1.16 is required and you are running 5.0.51
php version 4.3.0 is required and you are running 5.2.4.2.5.3
php_extension iconv should be installed and enabled for best results
php_extension mbstring should be installed and enabled for best results
php_extension curl should be installed and enabled for best results
php_extension openssl should be installed and enabled for best results
php_extension tokenizer should be installed and enabled for best results
php_extension xmlrpc should be installed and enabled for best results
php_extension ctype should be installed and enabled for best resultsShowmoodle version 1.0 is required and you are running 1.9.3 unicode must be installed and enabled database mysql version 4.1.16 is required and you are running 5.0.51 php version 4.3.0 is required and you are running 5.2.4.2.5.3 php_extension iconv should be installed and enabled for best results php_extension mbstring should be installed and enabled for best results php_extension curl should be installed and enabled for best results php_extension openssl should be installed and enabled for best results php_extension tokenizer should be installed and enabled for best results php_extension xmlrpc should be installed and enabled for best results php_extension ctype should be installed and enabled for best results
-
Database:MySQL
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
The difference in Enrollment VS Enrolment between British and English language is only partly fixed when switching language packs from en to en_us on the enrollment pages ex:"http://moodle.site/course/enrol.php?id=00"
The EN_US reads:
"This course requires an 'enrolment key' - as a guest
you must enter it each time you enter the course. You should have received it from "FName LName".
Enrollment key:"
as you can see the word in the single quote is not corrected.
This is a problem as an education institution we are required to have perfect public face.
Luckily not so for submitting Moodle Tracker issues.
Mr Fisher, thanks for your report.
Lang string enrolmentkeyfromguest with correct spelling of 'enrollment key' added to the en_us_utf8 lang pack.