Skip to content

Commit c4cca8e

Browse files
committed
Rename "any order" to "default order" for For Each events
1 parent 3e14992 commit c4cca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newIDE/app/src/EventsSheet/EventsTree/Renderers/ForEachEvent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export default class ForEachEvent extends React.Component<
404404
}}
405405
disabled={this.props.disabled}
406406
>
407-
<option value="any">{i18n._(t`(any order)`)}</option>
407+
<option value="any">{i18n._(t`(default order)`)}</option>
408408
<option value="orderBy">{i18n._(t`ordered by`)}</option>
409409
<optgroup label="Examples">
410410
<option value={`${objectPrefix}.SomeVariable`}>

0 commit comments

Comments
 (0)