naomiquirke / moodle-mod_cado

Moodle module to generate a course curriculum automatically, compare courses, and enable a course approval workflow within Moodle.
GNU General Public License v3.0
0 stars 0 forks source link

Incorrect camel case #2

Closed danmarsden closed 4 years ago

danmarsden commented 4 years 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.

naomiquirke commented 4 years ago

I've gone through the lang strings and double checked them. Now the only non-sentence type strings remaining are used for natural titles which wouldn't make sense to remove. Updated version 1.1