adlnet / Moodle-mod_cmi5launch

A Moodle plugin which allows teachers to upload cmi5 packaged lessons within a Moodle Course Activity and then assign the activity to students
Apache License 2.0
5 stars 4 forks source link

Moodle uses sentence case #28

Closed danmarsden closed 6 months ago

danmarsden commented 6 months ago

Moodle uses sentence case - please check your lang strings as some use camel case.

for example strings like: $string['mystring'] = "My String"; should be: $string['mystring'] = "My string";

Note: this is not a blocker for approval in the plugins db.

ADLMeganBohland commented 6 months ago

@danmarsden Thanks Dan! I adjusted to only have uppercase in sentence where it makes sense.