diff --git a/app/src/main/java/de/westnordost/streetcomplete/quests/camping/AddCampPower.kt b/app/src/main/java/de/westnordost/streetcomplete/quests/camping/AddCampPower.kt index 1bf434abba..12a8f725ac 100644 --- a/app/src/main/java/de/westnordost/streetcomplete/quests/camping/AddCampPower.kt +++ b/app/src/main/java/de/westnordost/streetcomplete/quests/camping/AddCampPower.kt @@ -27,6 +27,8 @@ class AddCampPower : OsmFilterQuestType() { override val icon = R.drawable.ic_quest_camp_power override val achievements = listOf(OUTDOORS) + override val hint = R.string.quest_camp_power_supply_hint + override fun getTitle(tags: Map) = R.string.quest_camp_power_supply_title override fun getHighlightedElements(element: Element, getMapData: () -> MapDataWithGeometry) = diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 34a560e029..2a5527e8d4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -958,7 +958,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r Is drinking water freely available to campers here? Are there showers here? - Is there any way for customers to charge their phone, laptop etc. here? + Are there any power outlets available for guests? + This could be outlets directly at the camp pitches, outlets in a service building accessible by guests, a dedicated charging station for phones, laptops, etc. Who may camp here? Both tents and motor homes, travel trailers, … Only motor homes, travel trailers, …