summaryrefslogtreecommitdiff
path: root/src/tutorials/tutorial_primer_main.js
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-10-20 20:27:06 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2017-10-20 20:27:06 -0500
commita611c355ce732961c2a9ba1a8909f0c144afa860 (patch)
tree3b7397dce252c5ceea73b367efc4e0313226da36 /src/tutorials/tutorial_primer_main.js
parent4689db76248166d8a4086952e4976bd6d74414fe (diff)
Basic ESL updates
Diffstat (limited to 'src/tutorials/tutorial_primer_main.js')
-rw-r--r--src/tutorials/tutorial_primer_main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tutorials/tutorial_primer_main.js b/src/tutorials/tutorial_primer_main.js
index 12df2c86..7ef65df9 100644
--- a/src/tutorials/tutorial_primer_main.js
+++ b/src/tutorials/tutorial_primer_main.js
@@ -75,7 +75,7 @@ function setupTooptips() {
switch (manager.findControl("tabWidget").currentIndex) {
case 0:
- tooltipWidget("espList", qsTr("Plugins (esp/esm files) of the mods in the current profile. They need to be checked to be loaded."))
+ tooltipWidget("espList", qsTr("Plugins (esp/esm/esl files) of the mods in the current profile. They need to be checked to be loaded."))
tooltipWidget("bossButton", qsTr("Automatically sort plugins using the bundled LOOT application."))
tooltipWidget("espFilterEdit", qsTr("Quickly filter plugin list as you type."))
break