summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-05 18:39:42 -0500
committerSilarn <jrim@rimpo.org>2019-07-05 18:39:42 -0500
commite8d14d1ea527608bdaae4fe8f83c949082067b16 (patch)
tree5cd7219744c68d3bb303fd4a66ee587d005f1401 /src/tutorials/tutorial_firststeps_main.js
parent7e760c700a89114909e607bd94a7c4ea5ed8319c (diff)
Fix the help button tutorial step and a typo
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index 47545d24..96bfd0e7 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -27,8 +27,8 @@ function getTutorialSteps()
function() {
console.log("next")
tutorial.text = qsTr("This button provides multiple sources of information and further tutorials.")
- if (tutorialControl.waitForButton("actionHelp")) {
- highlightItem("actionHelp", true)
+ if (tutorialControl.waitForAction("actionHelp")) {
+ highlightAction("actionHelp", true)
} else {
console.error("help button broken")
waitForClick()
@@ -36,6 +36,7 @@ function getTutorialSteps()
},
function() {
+ unhighlight()
tutorial.text = qsTr("Finally there are tooltips on almost every part of Mod Organizer. If there is a control "
+ "in MO you don't understand, please try hovering over it to get a short description or "
+ "use \"Help on UI\" from the help menu to get a longer explanation")