Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make bicycle parking and playground access quests less confusing #3712

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AddBikeParkingAccess : OsmFilterQuestType<ParkingAccess>() {

override val questTypeAchievements = listOf(BICYCLIST)

override fun getTitle(tags: Map<String, String>) = R.string.quest_bicycle_parking_access_title
override fun getTitle(tags: Map<String, String>) = R.string.quest_bicycle_parking_access_title2

override fun createForm() = AddParkingAccessForm()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class AddPlaygroundAccess : OsmFilterQuestType<PlaygroundAccess>() {

override val questTypeAchievements = listOf(CITIZEN)

override fun getTitle(tags: Map<String, String>) = R.string.quest_playground_access_title
override fun getTitle(tags: Map<String, String>) = R.string.quest_playground_access_title2

override fun createForm() = AddPlaygroundAccessForm()

Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards
<string name="quest_bicycle_parking_type_locker">Locker</string>
<string name="quest_bicycle_parking_type_building">Building</string>
<string name="quest_bicycle_parking_type_title">What type of bicycle parking is this?</string>
<string name="quest_bicycle_parking_access_title">Is it restricted who may park a bike here?</string>
<string name="quest_bicycle_parking_access_title2">Who is allowed to park a bicycle here? Parking may be free or paid.</string>
<string name="quest_bicycle_parking_fee_title">Do you have to pay to park a bike here?</string>
<string name="quest_cycleway_value_suggestion_lane">bicycle suggestion lane</string>
<string name="quest_postboxCollectionTimes_title">What are the collection times of this postbox?</string>
Expand Down Expand Up @@ -711,7 +711,7 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards
<string name="quest_address_answer_no_housenumber_message2b">Is this correct?</string>
<string name="quest_maxspeed_sign_question">What defines the speed limit?</string>
<string name="notification_channel_sync">"Sync Data"</string>
<string name="quest_playground_access_title">Is this playground publicly accessible?</string>
<string name="quest_playground_access_title2">Who is allowed to use this playground?</string>
<string name="quest_segregated_title">How are the footway and cycleway laid out here?</string>
<string name="dialog_tutorial_upload">To upload your changes manually, use the button in the toolbar that looks like this.</string>
<string name="quest_segregated_separated">Segregated from one another</string>
Expand Down