-
Bug
-
Resolution: Done
-
Blocker
-
None
-
3.3
-
None
-
MOODLE_33_STABLE
As I mentioned here, the default user tour is galling for all new users:
At the very least we need to update these references for 3.3:
git grep 'Moodle 3.2' admin/tool/usertours/lang/en/tool_usertours.php
|
admin/tool/usertours/lang/en/tool_usertours.php:$string['tour1_content_welcome'] = 'Welcome to the Boost theme for Moodle 3.2. If you\'ve used Moodle before you might find some things look a bit different.';
|
admin/tool/usertours/lang/en/tool_usertours.php:$string['tour1_content_end'] = 'This has been a user tour, a new feature in Moodle 3.2. It won\'t show again unless you reset it using the link in the footer. As an admin you can also create your own tours like this!';
|
admin/tool/usertours/lang/en/tool_usertours.php:$string['tour2_content_welcome'] = 'Welcome to the Boost theme for Moodle 3.2. If you\'ve used Moodle before you might find things look a bit different here on the course page.';
|
admin/tool/usertours/lang/en/tool_usertours.php:$string['tour2_content_end'] = 'This has been a user tour, a new feature in Moodle 3.2. It won\'t show again unless you reset it using the link in the footer. The site admin can also create further tours for this site if required.';
|