mebis-lp / moodle-mod_mootimeter

Other
9 stars 7 forks source link

camel case in lang strings. #76

Closed danmarsden closed 5 months ago

danmarsden commented 5 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.

PM84 commented 5 months ago

Thanks for reporting this! Fixed with 045133ffc78a097b673e5e6e3e60748daff6437d