summaryrefslogtreecommitdiff
path: root/src/tutorials
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-03-09 01:37:57 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-03-09 01:43:02 -0600
commitc1210714f801d69a31397a6254901a00407f6da4 (patch)
tree208b3fd7d91d285c10bc4cd53820295e951f7c87 /src/tutorials
parent57c14681f26fa1ac1cda66cbe2fcca2f020ba5ae (diff)
Update tutorials and stylesheets for problems->notifications change
Diffstat (limited to 'src/tutorials')
-rw-r--r--src/tutorials/tutorial_firststeps_main.js10
-rw-r--r--src/tutorials/tutorial_primer_main.js2
2 files changed, 6 insertions, 6 deletions
diff --git a/src/tutorials/tutorial_firststeps_main.js b/src/tutorials/tutorial_firststeps_main.js
index c47b5c0d..ee97766b 100644
--- a/src/tutorials/tutorial_firststeps_main.js
+++ b/src/tutorials/tutorial_firststeps_main.js
@@ -14,12 +14,12 @@ function getTutorialSteps()
},
function() {
- tutorial.text = qsTr("The highlighted button provides hints on solving problems MO recognized automatically.")
- if (tutorialControl.waitForAction("actionProblems")) {
- tutorial.text += qsTr("\nThere IS a problem now but you may want to hold off on fixing it until after completing the tutorial.")
- highlightAction("actionProblems", true)
+ tutorial.text = qsTr("The highlighted button provides hints on solving potential problems MO recognized automatically.")
+ if (tutorialControl.waitForAction("actionNotifications")) {
+ tutorial.text += qsTr("\nThere IS a notification now but you may want to hold off on clearing it until after completing the tutorial.")
+ highlightAction("actionNotifications", true)
} else {
- highlightAction("actionProblems", false)
+ highlightAction("actionNotifications", false)
waitForClick()
}
},
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) {