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_firststeps_main.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/tutorials/tutorial_firststeps_main.js') 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() } }, -- cgit v1.3.1