Skip to content
Snippets Groups Projects
Commit 34ec3682 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Fixed some more typos

parent 9a3716f7
Branches
Tags
No related merge requests found
......@@ -22,7 +22,8 @@
* @copyright 2017 Tobias Reischmann WWU
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$subplgins = array(
$subplugins = array(
'coursedeprovisiontrigger' => 'local/course_deprovision/trigger',
);
......@@ -29,4 +29,4 @@ $string['pluginname'] = 'Course Deprovision';
$string['plugintitle'] = 'Course Deprovision';
$string['subplugintype_coursedeprovisiontrigger'] = 'Trigger for starting the course deprovision';
$string['subplugintype_coursedeprovisiontriggerplural'] = 'Triggers for starting the course deprovision';
$string['subplugintype_coursedeprovisiontrigger_plural'] = 'Triggers for starting the course deprovision';
......@@ -26,4 +26,4 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2017040900;
$plugin->component = 'local_course_deprovision_trigger_startdatedelay';
\ No newline at end of file
$plugin->component = 'coursedeprovisiontrigger_startdatedelay';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment