summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_settings.js
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-06-25 23:51:29 +0200
committerTannin <devnull@localhost>2014-06-25 23:51:29 +0200
commit5e7c875b29b2dcff44201d2b6cd6815b20fb3945 (patch)
tree18b5212b480b060a633d93322fe93f3b6fb5bd0c /src/tutorials/tutorial_firststeps_settings.js
parentb2a7c7c223a10db31f34e7d870d9969fcf158246 (diff)
- test-plugins accidentally distributed in the 1.2.5 release are now automatically deleted
- some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
-rw-r--r--src/tutorials/tutorial_firststeps_settings.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js
index 2bff4251..dd5c6e9c 100644
--- a/src/tutorials/tutorial_firststeps_settings.js
+++ b/src/tutorials/tutorial_firststeps_settings.js
@@ -4,13 +4,13 @@ function getTutorialSteps()
function() {
highlightItem("tabWidget", true)
tutorial.text = qsTr("You can use your regular browser to download from Nexus.\nPlease open the \"Nexus\"-tab")
- tutorialControl.waitForTabOpen("tabWidget", 2)
+ tutorialControl.waitForTabOpen("tabWidget", 1)
},
function() {
- highlightItem("handleNXMBox", false)
- tutorial.text = qsTr("If this box is checked the \"DOWNLOAD WITH MANAGER\"-buttons "
- +"in your regular browser will also download with Mod Organizer.")
+ highlightItem("associateButton", false)
+ tutorial.text = qsTr("Click this button so that \"DOWNLOAD WITH MANAGER\"-buttons "
+ +"are download with Mod Organizer.")
waitForClick()
},