Skip to content

Commit

Permalink
Merge pull request streetcomplete#3552 from smichel17/grammar
Browse files Browse the repository at this point in the history
Fix grammar: a -> an
  • Loading branch information
smichel17 committed Nov 30, 2021
2 parents 74f37cd + 2982a06 commit 915a605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ The info you enter is then directly added to the OpenStreetMap in your name, wit
<string name="quest_wheelchairAccess_railway_station_name_title">Is the train station %s wheelchair accessible?</string>
<string name="quest_wheelchairAccess_location_name_title">Is the location %s wheelchair accessible?</string>
<string name="quest_wheelchairAccess_limited">Partially</string>
<string name="quest_wheelchairAccess_limited_description_business">Partially means that there is no more than a ankle-high step to access the place and that most rooms inside are wheelchair accessible.</string>
<string name="quest_wheelchairAccess_limited_description_outside">Partially means that there is no more than a ankle-high step to access it.</string>
<string name="quest_wheelchairAccess_limited_description_public_transport">Partially means that there is no more than a ankle-high step to access it.</string>
<string name="quest_wheelchairAccess_limited_description_business">Partially means that there is no more than an ankle-high step to access the place and that most rooms inside are wheelchair accessible.</string>
<string name="quest_wheelchairAccess_limited_description_outside">Partially means that there is no more than an ankle-high step to access it.</string>
<string name="quest_wheelchairAccess_limited_description_public_transport">Partially means that there is no more than an ankle-high step to access it.</string>
<string name="quest_wheelchairAccess_description_toilets">"A wheelchair sign like this might be visible if the restroom is accessible.
Partially means that a wheelchair can enter and use the restroom, but no handrail or adapted hand basin is present."</string>
<string name="quest_recycling_type_title">What type of recycling facility is this?</string>
Expand Down

0 comments on commit 915a605

Please sign in to comment.