diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-27 15:28:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-27 15:28:04 -0500 |
| commit | e7ee47b6e21be6741e11723b4ac4719d82d70d4b (patch) | |
| tree | 411ea3a8eb5d07eee9cd15dd3d34c29c6f9f8b76 /src/tutorials/tutorial_firststeps_modinfo.js | |
| parent | 79d457f598bcfa7a8d094a87033a31f370c9c4c1 (diff) | |
| parent | 523ea046a9f68846be0e28321ce38d94553d33ec (diff) | |
Merge pull request #1883 from ModOrganizer2/tutorial_updates
Tutorial updates
Diffstat (limited to 'src/tutorials/tutorial_firststeps_modinfo.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_modinfo.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tutorials/tutorial_firststeps_modinfo.js b/src/tutorials/tutorial_firststeps_modinfo.js index 1ed0dab7..5bb1163d 100644 --- a/src/tutorials/tutorial_firststeps_modinfo.js +++ b/src/tutorials/tutorial_firststeps_modinfo.js @@ -1,9 +1,10 @@ function getTutorialSteps()
{
+ tutorialCanceller.visible = false
return [
function() {
tutorial.text = qsTr("This dialog tries to expose as much information about a mod as possible. "
- +"Depending on the mod this may include readmes, screenshots, optional plugins and so on. "
+ +"Depending on the mod, this may include readmes, screenshots, optional plugins and so on. "
+"If a certain type of information was not found in a mod, the corresponding tab "
+"is grayed out.")
highlightItem("tabWidget", false)
@@ -11,7 +12,7 @@ function getTutorialSteps() },
function() {
tutorial.text = qsTr("If you installed the mod from Nexus, the corresponding tab should give you direct "
- +"access to the mod page.")
+ +"access to the mod page description, which can be refreshed directly from Nexus.")
waitForClick()
},
function() {
|
