From 2661b63758e04bf6d3e823615a01e1be3998d97f Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Wed, 24 Nov 2021 08:40:30 +0100 Subject: [PATCH] Change module name --- lang/en/htmlcert.php | 4 ++-- version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/en/htmlcert.php b/lang/en/htmlcert.php index 63619c8..ffa177c 100644 --- a/lang/en/htmlcert.php +++ b/lang/en/htmlcert.php @@ -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'; diff --git a/version.php b/version.php index 757ad31..54e7bce 100644 --- a/version.php +++ b/version.php @@ -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';