Skip to content

Commit

Permalink
Add text for barrier
Browse files Browse the repository at this point in the history
Fixes #466
  • Loading branch information
simonpoole committed Aug 25, 2024
1 parent 71426b3 commit 992dba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6340,7 +6340,7 @@
<key key="amenity" value="ticket_validator"/>
<text key="operator" text="Operator"/>
<reference ref="level"/>
<combo key="barrier" value="turnstile,full_height_turnstile,gate" display_values="Turnstile,Full height turnstile,Gate"/>
<combo key="barrier" text="Barrier" value="turnstile,full_height_turnstile,gate" display_values="Turnstile,Full height turnstile,Gate"/>
<reference ref="wheelchair"/>
<combo key="capacity" text="Capacity" values="1,2,3,4,5,6" value_type="integer"/>
</item> <!-- Ticket Validator -->
Expand Down

0 comments on commit 992dba0

Please sign in to comment.