diff options
| author | Tannin <Tannin@Serenity> | 2013-02-03 12:49:25 +0100 |
|---|---|---|
| committer | Tannin <Tannin@Serenity> | 2013-02-03 12:49:25 +0100 |
| commit | 981f8b3acf7e76f27c02f4ced80d55b424cc7497 (patch) | |
| tree | 0f504d99d1e5fe197258febff3c147d0725abda4 /src/tutorials/tutorial_firststeps_modinfo.js | |
initial commit to mercurial repository.
Corresponds to MO version 0.12.6
Diffstat (limited to 'src/tutorials/tutorial_firststeps_modinfo.js')
| -rw-r--r-- | src/tutorials/tutorial_firststeps_modinfo.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/tutorials/tutorial_firststeps_modinfo.js b/src/tutorials/tutorial_firststeps_modinfo.js new file mode 100644 index 00000000..3c56d1f4 --- /dev/null +++ b/src/tutorials/tutorial_firststeps_modinfo.js @@ -0,0 +1,24 @@ +function getTutorialSteps()
+{
+ 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. "
+ +"If a certain type of information was not found in a mod, the corresponding tab "
+ +"is grayed out.")
+ highlightItem("tabWidget", false)
+ waitForClick()
+ },
+ function() {
+ tutorial.text = qsTr("If you installed the mod from Nexus, the corresponding tab should give you direct "
+ +"access to the mod page. That tab can also be used to download optional packages "
+ +"or updates for the mod.")
+ waitForClick()
+ },
+ function() {
+ unhighlight()
+ tutorial.text = qsTr("We may re-visit this screen in later tutorials.")
+ waitForClick()
+ }
+ ]
+}
|
