diff options
| author | Silarn <jrim@rimpo.org> | 2019-07-05 16:19:52 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-07-05 16:26:20 -0500 |
| commit | 9f4a9c913fc6f79d5a754bc872443c1c057096e7 (patch) | |
| tree | 23b7b276bc184ada114493494a10bdccefe58263 /src/tutorials/tutorial_firststeps_settings.js | |
| parent | 6b8105883190b9d36d27875e4a1914ec8aa670e8 (diff) | |
Rework methods to detect the current tab to use the object name
Diffstat (limited to 'src/tutorials/tutorial_firststeps_settings.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_settings.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/tutorials/tutorial_firststeps_settings.js b/src/tutorials/tutorial_firststeps_settings.js index 1dd77d2e..ed49d97f 100644 --- a/src/tutorials/tutorial_firststeps_settings.js +++ b/src/tutorials/tutorial_firststeps_settings.js @@ -4,7 +4,7 @@ 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", "tabNexus")
},
function() {
@@ -16,9 +16,11 @@ function getTutorialSteps() function() {
highlightItem("nexusBox", false)
- tutorial.text = qsTr("You can also store your Nexus-credentials "
- +"here for automatic login. The password is "
- +"stored unencrypted on your disk!")
+ tutorial.text = qsTr("Use this interface to obtain an API key from NexusMods."
+ +"This is used for all API connections - downloads, updates"
+ +"etc. MO2 uses the Windows Credential Manager to store"
+ +"this data securely. If the SSO page on Nexus is failing,"
+ +"use the manual entry and copy the API key from your profile.")
waitForClick()
}
]
|
