1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-25 10:26:17 +02:00

MDL-41402 tool_generator: Changing plugin name according to the new feature

This commit is contained in:
David Monllao 2013-09-02 17:04:04 +08:00
parent 338bf2e07b
commit 1a780189c6

@ -54,7 +54,7 @@ $string['error_notdebugging'] = 'Not available on this server because debugging
$string['firstname'] = 'Test course user';
$string['fullname'] = 'Test course: {$a->size}';
$string['maketestcourse'] = 'Make test course';
$string['pluginname'] = 'Random course generator';
$string['pluginname'] = 'Development data generator';
$string['progress_createcourse'] = 'Creating course {$a}';
$string['progress_checkaccounts'] = 'Checking user accounts ({$a})';
$string['progress_coursecompleted'] = 'Course completed ({$a}s)';