mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00

Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it. Aaron already has a number of improvements to add to it.
5 lines
144 B
PHP
5 lines
144 B
PHP
<?php
|
|
|
|
$string['selfcompletion'] = 'Self Completion';
|
|
$string['pluginname'] = 'Self Completion';
|
|
$string['completecourse'] = 'Complete Course';
|