summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Script.c b/Script.c
index 11753dd..cf77e4a 100644
--- a/Script.c
+++ b/Script.c
@@ -1395,7 +1395,7 @@ Menu_Adaptor({
StepSize = [<StepSize for increasing and decreasing>, <StepSize for MessageBoard input>] for Integer-Type,
NoEmptyString = <Disallow setting the value to an empty string for String-Type>: true | >false<,
EntryIndex = >Internal<: used for MessageBoard callbacks,
- WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <else for Enum> | false <else for Integer>,
+ WrapAround = <Wrap around the allowed values at their limits for Integer- and Enum-Type>: true <default for Enum> | false <default for Integer>,
Enum = <only for Enum-Type>: {
Values = [<[Values according to Layout]>...],
Layout = [<[Menu_Layout_*, some can be combined with &]>...],