diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
|---|---|---|
| committer | Chris Bessent <lost.dragonist@gmail.com> | 2021-04-30 08:41:29 -0700 |
| commit | a8bcbf6555a5191f930407c674cedec5f271471b (patch) | |
| tree | 696cb72fe18fcdf8f9f9e930288b9c0c6ebd6a6f /src/tutorials/tutorial_primer_main.js | |
| parent | aafd5237360759aaeac8714ea31ad7a61f243037 (diff) | |
Fix up tutorials
Diffstat (limited to 'src/tutorials/tutorial_primer_main.js')
| -rw-r--r-- | src/tutorials/tutorial_primer_main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tutorials/tutorial_primer_main.js b/src/tutorials/tutorial_primer_main.js index 95faa33d..640364cb 100644 --- a/src/tutorials/tutorial_primer_main.js +++ b/src/tutorials/tutorial_primer_main.js @@ -90,7 +90,9 @@ function setupTooptips() { tooltipAction("actionChange_Game", qsTr("Change/manage MO2 instances or switch to portable mode."))
tooltipAction("actionInstallMod", qsTr("Browse to and manually install a mod from an archive on your computer."))
tooltipAction("actionNexus", qsTr("Automatically open NexusMods to browse and install mods via the API."))
+ tooltipAction("actionModPage", qsTr("Automatically open NexusMods to browse and install mods via the API."))
tooltipAction("actionAdd_Profile", qsTr("Manage your MO2 profiles."))
+ tooltipAction("action_Refresh", qsTr("Refresh everything."))
tooltipAction("actionModify_Executables", qsTr("Open the executable editor to add and modify applications you wish to run with MO2."))
tooltipAction("actionTool", qsTr("Select from a collection of additional tools, such as an INI editor, integrated FNIS updater, and more."))
tooltipAction("actionSettings", qsTr("Configure Mod Organizer."))
@@ -136,5 +138,3 @@ function getTutorialSteps() { }
]
}
-
-
|
