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_conflictresolution_modinfo.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_conflictresolution_modinfo.js')
| -rw-r--r-- | src/tutorials/tutorial_conflictresolution_modinfo.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/tutorials/tutorial_conflictresolution_modinfo.js b/src/tutorials/tutorial_conflictresolution_modinfo.js index 04691ef6..98ca660d 100644 --- a/src/tutorials/tutorial_conflictresolution_modinfo.js +++ b/src/tutorials/tutorial_conflictresolution_modinfo.js @@ -1,4 +1,5 @@ function getTutorialSteps() {
+ tutorialCanceller.visible = false
return [
function() {
tutorial.text = qsTr("Please switch to the \"Conflicts\"-Tab.")
@@ -8,12 +9,13 @@ function getTutorialSteps() { }
},
function() {
- tutorial.text = qsTr("Here you can see a list of files in this mod that out-prioritize others "
- +"in a file conflict and one with files where this mod is overridden.")
+ tutorial.text = qsTr("Here you can see two lists: a list of files that this mod overwrites that are also "
+ + "provided by other mods, and a list of files in this mod which are overwritten by "
+ + "one or more other mods.")
waitForClick()
},
function() {
- tutorial.text = qsTr("Please close the information dialog again.")
+ tutorial.text = qsTr("Please close the information dialog.")
waitForClick()
}
|
