summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_firststeps_main.js
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-06-25 22:52:22 +0200
committerGitHub <noreply@github.com>2019-06-25 22:52:22 +0200
commita82b5de34adf50e46e3b1c80e9301b9d364fdb56 (patch)
tree0311d2ea46ac60218f340923673b176fc0bbc635 /src/tutorials/tutorial_firststeps_main.js
parentd683ee652c9bf15cb319c5783479917c2c6b7bd0 (diff)
parent724fad7cb62a0ee4913ed41bde45c7564183c7af (diff)
Merge pull request #772 from Nubbie/Develop
Correcting minor spelling mistakes in the UI + add contributor
Diffstat (limited to 'src/tutorials/tutorial_firststeps_main.js')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js2
1 files changed, 1 insertions, 1 deletions
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")