Skip to content

Commit

Permalink
remove hint about diameter possibly being on the hydrant itself (fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 27, 2023
1 parent bb25d2a commit ec4c874
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class AddFireHydrantDiameterForm : AbstractOsmQuestForm<FireHydrantDiameterAnswe

private fun confirmNoSign() {
activity?.let { AlertDialog.Builder(it)
.setMessage(R.string.quest_fireHydrant_confirmation_title)
.setMessage(R.string.quest_generic_confirmation_title)
.setPositiveButton(R.string.quest_generic_confirmation_yes) { _, _ -> applyAnswer(NoFireHydrantDiameterSign) }
.setNegativeButton(R.string.quest_generic_confirmation_no, null)
.show()
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,6 @@ Before uploading your changes, the app checks with a &lt;a href=\"https://www.we

<string name="quest_fireHydrant_diameter_title">What diameter is specified on the sign for this fire hydrant?</string>
<string name="quest_fireHydrant_diameter_unusualInput_confirmation_description2">This diameter looks implausible, it is usually between %1$d and %2$d.</string>
<string name="quest_fireHydrant_confirmation_title">"Are you sure? Sometimes the diameter can be found on the hydrant itself."</string>

<string name="quest_fireHydrant_position_title">Where is this fire hydrant located?</string>
<string name="quest_fireHydrant_position_green">In grass, dirt or shrubbery</string>
Expand Down

0 comments on commit ec4c874

Please sign in to comment.