Panopto / Moodle-2.0-plugin-for-Panopto

Panopto's integration with the Moodle LMS.
http://www.panopto.com
GNU General Public License v3.0
18 stars 38 forks source link

Incorrect camel case used in lang strings #156

Closed danmarsden closed 4 years ago

danmarsden commented 4 years ago

Moodle uses sentence case - quite a few of your lang strings use camel case - for example:?

$string['begin_reinitializing_imports'] = 'Begin Reinitializing Imports'; $string['block_global_application_key'] = 'Application Key';

Should be more like: $string['begin_reinitializing_imports'] = 'Begin reinitializing imports'; $string['block_global_application_key'] = 'Application key';

jmalmsten-panopto commented 4 years ago

Hey Dan,

This should be resolved in the 2020072700 release.

Thanks again for bringing this to our attention and let me know if you see any other issues, Joe