Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed May 23, 2024
1 parent 90eacb5 commit 538451a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,8 @@
</optional>
</chunk>
<chunk id="traffic_signals_direction">
<combo key="direction" text="For traffic direction" values="N,E,S,W,0,90,180,270,forward,backward"
display_values="North,East,South,West,0°,90°,180°,270°,Forward,Backward" values_sort="false" />
<combo key="direction" text="For traffic direction" values="forward,backward,N,E,S,W,0,90,180,270"
display_values="Forward,Backward,North,East,South,West,0°,90°,180°,270°" values_sort="false" />
</chunk>
<chunk id="min_age">
<text key="min_age" text="Minimum age"/>
Expand Down Expand Up @@ -1022,12 +1022,12 @@
</chunk>
<chunk id="wheelchair_rooms">
<optional>
<text key="wheelchair:rooms" text="Number of rooms suitable for wheelchairs" alue_type="integer"/>
<text key="wheelchair:rooms" text="Number of rooms suitable for wheelchairs" value_type="integer"/>
</optional>
</chunk>
<chunk id="wheelchair_seating">
<optional>
<text key="wheelchair:places" text="Number of wheelchair seating places" alue_type="integer"/>
<text key="wheelchair:places" text="Number of wheelchair seating places" value_type="integer"/>
</optional>
</chunk>
<chunk id="footway_accessibility">
Expand Down

0 comments on commit 538451a

Please sign in to comment.