From a8bcbf6555a5191f930407c674cedec5f271471b Mon Sep 17 00:00:00 2001 From: Chris Bessent Date: Fri, 30 Apr 2021 08:41:29 -0700 Subject: Fix up tutorials --- src/tutorials/tutorial_primer_main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tutorials/tutorial_primer_main.js') 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() { } ] } - - -- cgit v1.3.1