summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index 150fde84..e952c95a 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -93,7 +93,7 @@ function getTutorialSteps()
function() {
tutorial.text = qsTr("...but most contain plugins. These are plugins for the game and are required "
+"to add stuff to the game (new weapons, armors, quests, areas, ...). "
- +"Please open the \"ESPs\"-tab to get a list of plugins.")
+ +"Please open the \"Plugins\"-tab to get a list of plugins.")
if (tutorialControl.waitForTabOpen("tabWidget", 0)) {
highlightItem("tabWidget", true)
} else {
@@ -118,7 +118,7 @@ function getTutorialSteps()
function() {
tutorial.text = qsTr("Another special type of files are BSAs. These are bundles of game resources. "
- + "Please open the \"BSAs\"-tab.")
+ + "Please open the \"Archives\"-tab.")
if (tutorialControl.waitForTabOpen("tabWidget", 1)) {
highlightItem("tabWidget", true)
} else {