Skip to content

Commit

Permalink
make bicycle parking and playground access quests less confusing
Browse files Browse the repository at this point in the history
fixes #3693
  • Loading branch information
matkoniecz committed Feb 2, 2022
1 parent 4112b15 commit a79ab4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit a79ab4a

Please sign in to comment.