diff options
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 ], ]; |