Change module name
This commit is contained in:
parent
203f0a0084
commit
2661b63758
2 changed files with 3 additions and 3 deletions
|
@ -125,8 +125,8 @@ $string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This
|
|||
$string['managetemplates'] = 'Manage templates';
|
||||
$string['managetemplatesdesc'] = 'This link will take you to a new screen where you will be able to manage templates used by Custom certificate activities in courses.';
|
||||
$string['modify'] = 'Modify';
|
||||
$string['modulename'] = 'Custom certificate';
|
||||
$string['modulenameplural'] = 'Custom certificates';
|
||||
$string['modulename'] = 'Certificate';
|
||||
$string['modulenameplural'] = 'Certificates';
|
||||
$string['modulename_help'] = 'This module allows for the dynamic generation of PDF certificates.';
|
||||
$string['modulename_link'] = 'Custom_certificate_module';
|
||||
$string['mycertificates'] = 'My certificates';
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2021112300; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2021112400; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2021051700; // Requires this Moodle version (3.11).
|
||||
$plugin->cron = 0; // Period for cron to check this module (secs).
|
||||
$plugin->component = 'mod_htmlcert';
|
||||
|
|
Loading…
Reference in a new issue