summaryrefslogtreecommitdiff
path: root/src/tutorials
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-08-17 08:49:36 +0200
committerTannin <devnull@localhost>2013-08-17 08:49:36 +0200
commit78c4178f2a70bb55bd761efc92d58b8ac0e3747b (patch)
tree9b82bba2f0eeb1ac94e15f80773d947034179ff0 /src/tutorials
parent7d79e3ad1e8a710e836e1cd44106a610e6d2a049 (diff)
- plugins that failed to load are now reported as problems
- some wording fixes in the tutorial - updated proxyPython to a modified interface
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 {