summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-03-24 15:35:47 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2019-03-24 15:35:47 +0000
commit66bdd9a133c5b4534b38ed3f65d8956dce69754f (patch)
tree4754b55f30974dd5de69806daaa927fddaecb255
parentSwap h1 for pandoc title (sets html title) (diff)
downloadtoy-66bdd9a133c5b4534b38ed3f65d8956dce69754f.zip
Indicate FAQ is a webpage
-rw-r--r--scripts/toy.groovy2
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 ],
];