From 66bdd9a133c5b4534b38ed3f65d8956dce69754f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 24 Mar 2019 15:35:47 +0000 Subject: Indicate FAQ is a webpage --- scripts/toy.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 507894c..3b4aeff 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1904,7 +1904,7 @@ while (true) { final clickTime = showButton("Please, Miss?", waitTime); if (clickTime < waitTime) { def opts = [ - [ lbl: "FAQ", act: showFaq ], + [ lbl: "FAQ (webpage)", act: showFaq ], [ lbl: "Calendar", act: setupShowCalendar ], [ lbl: "Confess", act: confess ], ]; -- cgit v1.2.3