summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2023-12-02 15:53:29 -0600
committerJeremy Rimpo <jrim@rimpo.org>2023-12-02 15:53:29 -0600
commit0315a88bd812fc92c82dc6a92e852a1ec547d006 (patch)
tree1b01705fd94464992fcd04546f1eb5793a0fe8ff /src
parent026fec44680a2e5eb5456972af9c54da03f86529 (diff)
Rename sort button to match UI
Diffstat (limited to 'src')
-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 b74c83fa..459cd2be 100644
--- a/src/tutorials/tutorial_primer_main.js
+++ b/src/tutorials/tutorial_primer_main.js
@@ -104,7 +104,7 @@ function setupTooptips() {
switch (tutorialControl.getTabName("tabWidget")) {
case "espTab":
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("sortButton", qsTr("Automatically sort plugins using the bundled LOOT application."))
tooltipWidget("restoreButton", qsTr("Restore a backup of your plugin list order."))
tooltipWidget("saveButton", qsTr("Save a backup of your plugin list order."))
tooltipWidget("activePluginsCounter", qsTr("Counter of your total active plugins. Hover to see a breakdown of plugin types."))