Skip to content

Commit 0db8827

Browse files
committed
modify changesetComment
1 parent 2726ff1 commit 0db8827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING_A_NEW_QUEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ This quest will be triggered when:
219219

220220
[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.
221221

222-
## Hints
222+
### Hints
223223

224224
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.
225225

app/src/main/java/de/westnordost/streetcomplete/quests/defibrillator/AddIsDefibrillatorIndoor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AddIsDefibrillatorIndoor : OsmFilterQuestType<Boolean>() {
1818
and access !~ private|no
1919
and !indoor
2020
"""
21-
override val changesetComment = "Add bicycle parkings cover"
21+
override val changesetComment = "Add whether defibrillator is inside building"
2222
override val wikiLink = "Tag:amenity=bicycle_parking"
2323
override val icon = R.drawable.ic_quest_bicycle_parking_cover
2424
override val isDeleteElementEnabled = true

0 commit comments

Comments
 (0)