diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2023-09-25 17:27:45 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2023-09-25 17:34:41 -0500 |
| commit | 523ea046a9f68846be0e28321ce38d94553d33ec (patch) | |
| tree | c9c0600b0845d9486671120d08669302866b90f5 /src/tutorials/tutorial_firststeps_settings.js | |
| parent | 70509275405d2a5c5e94743786f03b17ef2051f2 (diff) | |
Tutorial updates
- Add ability to exit tutorial early
- Update and clarify many of the tutorials
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_settings.js | 8 |
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()
},
|
