Human-Logic-Software-LLC / moodle-local_levitate

The Levitate plugin for Moodle enables LMS users to explore a wide range of interactive, immersive, microlearning courses and programs in both English and Arabic.
https://www.levitate.coach/
GNU General Public License v3.0
1 stars 0 forks source link

Camel case in strings and spelling mistake found #26

Closed raortegar closed 7 months ago

raortegar commented 7 months ago

Camel Case: Moodle uses sentence case - please check your lang strings as some use camel case.

Please change: $string['coursecategory_required'] = 'Kindly Select the Course Category'; $string['levitate:view_levitate_analytics'] = 'Capability to view Analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore Course Catalog';

To: $string['coursecategory_required'] = 'Kindly select the course category'; $string['levitate:view_levitate_analytics'] = 'Capability to view analytics'; $string['levitate:view_levitate_catalog'] = 'Capability to explore course catalog';

Spelling mistakes:

Please change: $string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin setttings';

To: $string['invalidtoken'] = 'Provided token is not a valid one, Kindly update the token from the plugin settings';

Note: this is not a blocker for approval in the plugins db.

sreenivasmalae commented 7 months ago

All the strings are updated as per the guidelines