Skip to content

Commit

Permalink
try to improve Camping power supply quest wording (fixes #5796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnalis authored Aug 15, 2024
1 parent 4946a7a commit f690eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class AddCampPower : OsmFilterQuestType<Boolean>() {
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<String, String>) = R.string.quest_camp_power_supply_title

override fun getHighlightedElements(element: Element, getMapData: () -> MapDataWithGeometry) =
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r

<string name="quest_camp_drinking_water_title">Is drinking water freely available to campers here?</string>
<string name="quest_camp_shower_title">Are there showers here?</string>
<string name="quest_camp_power_supply_title">Is there any way for customers to charge their phone, laptop etc. here?</string>
<string name="quest_camp_power_supply_title">Are there any power outlets available for guests?</string>
<string name="quest_camp_power_supply_hint">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.</string>
<string name="quest_camp_type_title">Who may camp here?</string>
<string name="quest_camp_type_tents_and_caravans">Both tents and motor homes, travel trailers, …</string>
<string name="quest_camp_type_caravans_only">Only motor homes, travel trailers, …</string>
Expand Down

0 comments on commit f690eeb

Please sign in to comment.