summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_browser.js
diff options
context:
space:
mode:
authorTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
committerTannin <Tannin@Serenity>2013-02-03 12:49:25 +0100
commit981f8b3acf7e76f27c02f4ced80d55b424cc7497 (patch)
tree0f504d99d1e5fe197258febff3c147d0725abda4 /src/tutorials/tutorial_firststeps_browser.js
initial commit to mercurial repository.
Corresponds to MO version 0.12.6
Diffstat (limited to 'src/tutorials/tutorial_firststeps_browser.js')
-rw-r--r--src/tutorials/tutorial_firststeps_browser.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/tutorials/tutorial_firststeps_browser.js b/src/tutorials/tutorial_firststeps_browser.js
new file mode 100644
index 00000000..062cc18c
--- /dev/null
+++ b/src/tutorials/tutorial_firststeps_browser.js
@@ -0,0 +1,12 @@
+function getTutorialSteps()
+{
+ return [
+ function() {
+ tutorial.text = qsTr("This is a fully featured browser that is set up to "
+ +"open the correct nexus page for your game. You can "
+ +"download any mod using the \"DOWNLOAD WITH MANAGER\"-button "
+ +"or the \"manual\"-link and it will be downloaded by MO.")
+ waitForClick()
+ }
+ ]
+}