diff --git a/CONTRIBUTING_A_NEW_QUEST.md b/CONTRIBUTING_A_NEW_QUEST.md index d17d4448e2..0f7c2d64ee 100644 --- a/CONTRIBUTING_A_NEW_QUEST.md +++ b/CONTRIBUTING_A_NEW_QUEST.md @@ -219,7 +219,7 @@ This quest will be triggered when: [Overpass Turbo](http://overpass-turbo.eu/) has own syntax but it is very useful tool for prototyping filters. It is very useful to verify own assumptions how things are tagged. Especially in more complex cases. -## Hints +### Hints The rules should generate as few false positives as possible. I.e. instead of asking for the surface of any way tagged with `highway=*`, the surface should instead only be asked for an inclusive list of roads. diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt index 50d3b343b9..d857d28643 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt @@ -18,7 +18,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType() { and access !~ private|no and !indoor """ - override val changesetComment = "Add bicycle parkings cover" + override val changesetComment = "Add whether defibrillator is inside building" override val wikiLink = "Tag:amenity=bicycle_parking" override val icon = R.drawable.ic_quest_bicycle_parking_cover override val isDeleteElementEnabled = true