incorrect/inconsistent camel case in lang strings

Issue #1 resolved
Dan Marsden created an issue

Moodle convention is to only capitalise the first word.

eg:

$string['activitycompletion'] = 'Activity Completion'; should be:

$string['activitycompletion'] = 'Activity completion';

several other strings that should be updated too.

Comments (1)

  1. Log in to comment