BM373 / moodle-mod_videoassessment

VAM - Video Assessment Module Moodle plugin
1 stars 3 forks source link

incorrect camel case in some strings. #17

Open danmarsden opened 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.