From cca4ba26c9bf28327ee647dec948d98c3d26f6c3 Mon Sep 17 00:00:00 2001 From: Mihail Geshoski Date: Thu, 11 Jun 2020 15:23:54 +0800 Subject: [PATCH] MDL-69020 tool_moodlenet: Modify defaultmoodlenet_desc string --- admin/tool/moodlenet/lang/en/tool_moodlenet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/moodlenet/lang/en/tool_moodlenet.php b/admin/tool/moodlenet/lang/en/tool_moodlenet.php index d6f6ac17cde..d7b6db42040 100644 --- a/admin/tool/moodlenet/lang/en/tool_moodlenet.php +++ b/admin/tool/moodlenet/lang/en/tool_moodlenet.php @@ -32,7 +32,7 @@ $string['browsecontentmoodlenet'] = "Or browse for content on MoodleNet"; $string['clearsearch'] = "Clear search"; $string['connectandbrowse'] = "Connect to and browse:"; $string['defaultmoodlenet'] = "Default MoodleNet URL"; -$string['defaultmoodlenet_desc'] = "The URL to either Moodle HQ's MoodleNet instance, or your preferred instance."; +$string['defaultmoodlenet_desc'] = 'The URL of the MoodleNet instance available via the activity chooser.'; $string['defaultmoodlenetname'] = "MoodleNet instance name"; $string['defaultmoodlenetname_desc'] = 'The name of either Moodle HQ\'s MoodleNet instance or your preferred MoodleNet instance to browse on.'; $string['enablemoodlenet'] = 'Enable MoodleNet integration';