From 523ea046a9f68846be0e28321ce38d94553d33ec Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Mon, 25 Sep 2023 17:27:45 -0500 Subject: Tutorial updates - Add ability to exit tutorial early - Update and clarify many of the tutorials --- src/tutorials/tutorial_firststeps_settings.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_settings.js') 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() }, -- cgit v1.3.1