From c1210714f801d69a31397a6254901a00407f6da4 Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Sat, 9 Mar 2019 01:37:57 -0600 Subject: Update tutorials and stylesheets for problems->notifications change --- src/tutorials/tutorial_primer_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 5d5597c1..5af99237 100644 --- a/src/tutorials/tutorial_primer_main.js +++ b/src/tutorials/tutorial_primer_main.js @@ -81,7 +81,7 @@ function setupTooptips() { tooltipWidget("logList", qsTr("Log messages produced by MO. Please note that messages with a light bulb usually don't require your attention.")) tooltipAction("actionSettings", qsTr("Configure Mod Organizer.")) - tooltipAction("actionProblems", qsTr("Reports potential Problems about the current setup.")) + tooltipAction("actionNotifications", qsTr("Notifications about the current setup.")) tooltipAction("actionUpdate", qsTr("Activates if there is an update for MO. Please note that if, for any reason, MO can't communicate with NMM, this will not work either.")) switch (manager.findControl("tabWidget").currentIndex) { -- cgit v1.3.1