summaryrefslogtreecommitdiff
path: root/src/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'src/tutorials')
-rw-r--r--src/tutorials/tutorial_conflictresolution_main.js2
-rw-r--r--src/tutorials/tutorial_firststeps_main.js2
-rw-r--r--src/tutorials/tutorial_firststeps_modinfo.js2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tutorials/tutorial_conflictresolution_main.js b/src/tutorials/tutorial_conflictresolution_main.js
index 3c782af2..404afe5d 100644
--- a/src/tutorials/tutorial_conflictresolution_main.js
+++ b/src/tutorials/tutorial_conflictresolution_main.js
@@ -56,7 +56,7 @@ function getTutorialSteps() {
waitForClick()
},
function() {
- tutorial.text = qsTr("<img src=\"qrc:///MO/gui/emblem_conflict_redundant\" /> indicates that the mod is completely overwrtten by another. You could as well disable it.");
+ tutorial.text = qsTr("<img src=\"qrc:///MO/gui/emblem_conflict_redundant\" /> indicates that the mod is completely overwritten by another. You could as well disable it.");
waitForClick()
},
function() {
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index ee97766b..35d1aa11 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -137,7 +137,7 @@ function getTutorialSteps()
function() {
tutorial.text = qsTr("A single mod may contain zero, one or multiple esps. Some or all may be optional. "
- + "If in doubt, please consult the documentation of the indiviual mod. "
+ + "If in doubt, please consult the documentation of the individual mod. "
+ "To do so, right-click the mod and select \"Information\".")
highlightItem("modList", true)
manager.activateTutorial("ModInfoDialog", "tutorial_firststeps_modinfo.js")
diff --git a/src/tutorials/tutorial_firststeps_modinfo.js b/src/tutorials/tutorial_firststeps_modinfo.js
index 50c38345..1ed0dab7 100644
--- a/src/tutorials/tutorial_firststeps_modinfo.js
+++ b/src/tutorials/tutorial_firststeps_modinfo.js
@@ -16,7 +16,7 @@ function getTutorialSteps()
},
function() {
unhighlight()
- tutorial.text = qsTr("We may re-visit this screen in later tutorials.")
+ tutorial.text = qsTr("We may revisit this screen in later tutorials.")
waitForClick()
}
]