From a53097f4226b4539e5213849dd6f6ea29a55a44b Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 30 Nov 2021 12:09:04 +0100 Subject: [PATCH] Fix string name --- lang/en/expcontent.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/expcontent.php b/lang/en/expcontent.php index b61487d..ed5e862 100644 --- a/lang/en/expcontent.php +++ b/lang/en/expcontent.php @@ -3,7 +3,7 @@ defined('MOODLE_INTERNAL') || die(); $string['modulename'] = '360° Content'; -$string['modulename'] = $string['modulename']; +$string['modulenameplural'] = $string['modulename']; $string['pluginname'] = $string['modulename']; $string['settings'] = 'Settings'; diff --git a/version.php b/version.php index 2494537..76961e2 100644 --- a/version.php +++ b/version.php @@ -2,7 +2,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = "2021113002"; +$plugin->version = "2021113003"; $plugin->component = 'mod_expcontent'; $plugin->maturity = MATURITY_ALPHA; $plugin->release = 'v0.0.1';