diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-24 15:35:47 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-03-24 15:35:47 +0000 |
commit | 66bdd9a133c5b4534b38ed3f65d8956dce69754f (patch) | |
tree | 4754b55f30974dd5de69806daaa927fddaecb255 /scripts/toy.groovy | |
parent | Swap h1 for pandoc title (sets html title) (diff) | |
download | toy-66bdd9a133c5b4534b38ed3f65d8956dce69754f.zip |
Indicate FAQ is a webpage
Diffstat (limited to 'scripts/toy.groovy')
-rw-r--r-- | scripts/toy.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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 ], ]; |