diff --git a/admin/tool/moodlenet/lang/en/tool_moodlenet.php b/admin/tool/moodlenet/lang/en/tool_moodlenet.php index ff92dbb9a7b6b..d25fa2c0407c0 100644 --- a/admin/tool/moodlenet/lang/en/tool_moodlenet.php +++ b/admin/tool/moodlenet/lang/en/tool_moodlenet.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); -$string['autoenablenotification'] = '

In Moodle 4.0 onwards, the MoodleNet integration is enabled by default in Advanced features. Users with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their courses.

If desired, an alternative MoodleNet instance may be specified in the MoodleNet settings.

'; +$string['autoenablenotification'] = '

In Moodle 4.0 onwards, the MoodleNet integration is enabled by default in Advanced features. Users with the capability to create and manage activities can browse MoodleNet via the activity chooser and import MoodleNet resources into their courses.

If desired, an alternative MoodleNet instance may be specified in the MoodleNet inbound settings.

'; $string['autoenablenotification_subject'] = 'Default MoodleNet setting changed.'; $string['addingaresource'] = 'Adding content from MoodleNet'; $string['aria:enterprofile'] = "Enter your MoodleNet profile ID"; @@ -55,7 +55,7 @@ If this happens repeatedly, please contact the site administrator.'; $string['mnetprofile'] = 'MoodleNet profile'; $string['mnetprofiledesc'] = '

Enter your MoodleNet profile details here to be redirected to your profile while visiting MoodleNet.

'; -$string['moodlenetsettings'] = 'MoodleNet settings'; +$string['moodlenetsettings'] = 'MoodleNet inbound settings'; $string['moodlenetnotenabled'] = 'The MoodleNet integration must be enabled in Site administration / MoodleNet before resource imports can be processed.'; $string['notification'] = 'You are about to import the content "{$a->name} ({$a->type})" into your site. Select the course in which it should be added, or cancel.'; $string['removedmnetprofilenotification'] = 'Due to recent changes on the MoodleNet platform, any users who previously saved their MoodleNet profile ID on the site will need to enter a MoodleNet profile ID in the new format in order to authenticate on the MoodleNet platform.';