Skip to content

Commit

Permalink
cycleway -> bike path (fix #4682)
Browse files Browse the repository at this point in the history
cycleway is not an American English word
  • Loading branch information
westnordost committed Dec 13, 2022
1 parent 56bd7b9 commit bb242a1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -913,10 +913,10 @@ Before uploading your changes, the app checks with a <a href=\"https://www.we
<string name="quest_construction_completion_date_title">When will it be complete?</string>

<string name="quest_construction_road_title">Is this road completed?</string>
<string name="quest_construction_cycleway_title">Is this cycleway completed?</string>
<string name="quest_construction_footway_title">Is this footway completed?</string>
<string name="quest_construction_cycleway_title">Is this bike path completed?</string>
<string name="quest_construction_footway_title">Is this foot path completed?</string>
<string name="quest_construction_steps_title">Are these steps completed?</string>
<string name="quest_construction_generic_title">Is this way completed?</string>
<string name="quest_construction_generic_title">Is this path completed?</string>

<string name="quest_crossing_title">Are there curbs where this way meets this road here? What kind?</string>

Expand Down Expand Up @@ -1592,8 +1592,8 @@ Partially means that a wheelchair can enter and use the restroom, but no handrai
<string name="separate_cycleway_exclusive">Bike-only path</string>
<!-- highway=cycleway + sidewalk=* -->
<string name="separate_cycleway_with_sidewalk">Bike-only path with adjacent sidewalk (separated by a curb)</string>
<string name="cycleway_reverse_direction">Reverse cycleway direction</string>
<string name="cycleway_reverse_direction_warning">That a cycleway goes into the other direction is extremely rare.</string>
<string name="cycleway_reverse_direction">Reverse bike path direction</string>
<string name="cycleway_reverse_direction_warning">A bike path that goes into the other direction is extremely rare.</string>
<string name="cycleway_reverse_direction_toast">Tap which side to reverse</string>

<string name="overlay_none">None</string>
Expand Down

0 comments on commit bb242a1

Please sign in to comment.