From af47f28d4c91a2c70bc5b48a03a15b911fff1d40 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Tue, 30 Nov 2021 11:42:37 +0100 Subject: [PATCH] Add missing language string --- lang/en/expcontent.php | 3 ++- version.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/en/expcontent.php b/lang/en/expcontent.php index 2b42fd4..b61487d 100644 --- a/lang/en/expcontent.php +++ b/lang/en/expcontent.php @@ -3,7 +3,8 @@ defined('MOODLE_INTERNAL') || die(); $string['modulename'] = '360° Content'; -$string['modulename'] = '360° Content'; +$string['modulename'] = $string['modulename']; +$string['pluginname'] = $string['modulename']; $string['settings'] = 'Settings'; diff --git a/version.php b/version.php index 446baab..2494537 100644 --- a/version.php +++ b/version.php @@ -2,7 +2,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = "2021113001"; +$plugin->version = "2021113002"; $plugin->component = 'mod_expcontent'; $plugin->maturity = MATURITY_ALPHA; $plugin->release = 'v0.0.1';