Skip to content

Commit

Permalink
tweak quest title
Browse files Browse the repository at this point in the history
fixes #5171
  • Loading branch information
matkoniecz authored and westnordost committed Sep 27, 2023
1 parent c87aaf6 commit ee380b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AddDrinkingWaterType : OsmFilterQuestType<DrinkingWaterType>() {
override val isDeleteElementEnabled = true
override val achievements = listOf(CITIZEN, OUTDOORS)

override fun getTitle(tags: Map<String, String>) = R.string.quest_drinking_water_type_title
override fun getTitle(tags: Map<String, String>) = R.string.quest_drinking_water_type_title2

override fun createForm() = AddDrinkingWaterTypeForm()

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ Before uploading your changes, the app checks with a &lt;a href=\"https://www.we
<string name="quest_drinking_water_not_potable_signed">Not safe to drink (signed)</string>
<string name="quest_drinking_water_not_potable_unsigned">Not safe to drink (unsigned)</string>

<string name="quest_drinking_water_type_title">How is drinking water provided here?</string>
<string name="quest_drinking_water_type_title2">Is drinking water available here? If so, what is its source?</string>
<string name="quest_drinking_water_type_generic_water_fountain">Other water fountain</string>
<string name="quest_drinking_water_type_jet_water_fountain">Water fountain emitting small jet of water</string>
<string name="quest_drinking_water_type_bottle_refill_only_fountain">Refilling bottles only</string>
Expand Down

0 comments on commit ee380b9

Please sign in to comment.