summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_browser.js
blob: 062cc18c16af4d6d49365d0835114f0cb27ac583 (plain)
1
2
3
4
5
6
7
8
9
10
11
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()
        }
    ]
}