summaryrefslogtreecommitdiff
path: root/src/tutorials
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-08-17 08:54:53 +0200
committerTannin <devnull@localhost>2013-08-17 08:54:53 +0200
commit87f4e2df260e502bce61783a66e062af1b46e789 (patch)
tree1110a6af42356fcbfbe6d8dbea0aceab9550f3e7 /src/tutorials
parent92720131035a86bf06a29d35ebccd980c0178e6b (diff)
parent78c4178f2a70bb55bd761efc92d58b8ac0e3747b (diff)
Merge
Diffstat (limited to 'src/tutorials')
-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 {