summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_settings.js
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-27 15:28:04 -0500
committerGitHub <noreply@github.com>2023-09-27 15:28:04 -0500
commite7ee47b6e21be6741e11723b4ac4719d82d70d4b (patch)
tree411ea3a8eb5d07eee9cd15dd3d34c29c6f9f8b76 /src/tutorials/tutorial_firststeps_settings.js
parent79d457f598bcfa7a8d094a87033a31f370c9c4c1 (diff)
parent523ea046a9f68846be0e28321ce38d94553d33ec (diff)
Merge pull request #1883 from ModOrganizer2/tutorial_updates
Tutorial updates
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
-rw-r--r--src/tutorials/tutorial_firststeps_settings.js8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js
index b0e0c3c3..94ca26a3 100644
--- a/src/tutorials/tutorial_firststeps_settings.js
+++ b/src/tutorials/tutorial_firststeps_settings.js
@@ -1,16 +1,18 @@
function getTutorialSteps()
{
+ tutorialCanceller.visible = false
return [
function() {
highlightItem("tabWidget", true)
- tutorial.text = qsTr("You can use your regular browser to download from Nexus.\nPlease open the \"Nexus\"-tab")
+ tutorial.text = qsTr("It is possible to download files directly from Nexus.\n\n"
+ + "Please open the \"Nexus\" tab.")
tutorialControl.waitForTabOpen("tabWidget", "nexusTab")
},
function() {
highlightItem("associateButton", false)
- tutorial.text = qsTr("Click this button so that \"DOWNLOAD WITH MANAGER\"-buttons "
- +"are download with Mod Organizer.")
+ tutorial.text = qsTr("Clicking on this button should register Nexus \"Download with Manager\" buttons "
+ +"to download with Mod Organizer.")
waitForClick()
},