summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-05 16:28:33 -0500
committerSilarn <jrim@rimpo.org>2019-07-05 16:28:33 -0500
commit5feff2f997f10724739ca12754f99806dfc61980 (patch)
tree95b7ddb3c77e20c104cc18903c304aed405d7aee /src/tutorials/tutorial_firststeps_main.js
parent9a795c3ce90bc221574e909db1665f2bc64800ed (diff)
parent7e760c700a89114909e607bd94a7c4ea5ed8319c (diff)
Merge remote-tracking branch 'origin/Develop' into qt-5.13
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index 45e7e649..47545d24 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -122,7 +122,7 @@ function getTutorialSteps()
tutorial.text = qsTr("...but most contain plugins. These are plugins for the game and are required "
+"to add stuff to the game (new weapons, armors, quests, areas, ...). "
+"Please open the \"Plugins\"-tab to get a list of plugins.")
- if (tutorialControl.waitForTabOpen("tabWidget", 0)) {
+ if (tutorialControl.waitForTabOpen("tabWidget", "espTab")) {
highlightItem("tabWidget", true)
} else {
waitForClick()