call-learning / moodle-block_featured_courses

3 stars 5 forks source link

Camel case in strings. #2

Closed danmarsden closed 1 year ago

danmarsden commented 1 year 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.

laurentdavid commented 1 year ago

Hi @danmarsden ,

This is fixed on master.

Laurent