Skip to content

Commit

Permalink
revert bumping string
Browse files Browse the repository at this point in the history
  • Loading branch information
schra committed Oct 3, 2024
1 parent a3b25d5 commit e9b9b93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class AddCrossingForm : AListQuestForm<CrossingAnswer>() {
private val mapDataSource: MapDataWithEditsSource by inject()

override val items = listOf(
TextItem(YES, R.string.quest_crossing_yes2),
TextItem(INFORMAL, R.string.quest_crossing_no2),
TextItem(YES, R.string.quest_crossing_yes),
TextItem(INFORMAL, R.string.quest_crossing_no),
TextItem(PROHIBITED, R.string.quest_crossing_prohibited),
)
/*
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -998,8 +998,8 @@ A level counts as a roof level when its windows are in the roof. Subsequently, r
<string name="quest_crossing_kerb_height_title">What’s the height of the curbs at this crossing?</string>

<string name="quest_crossing_title2">Is there a crossing here?</string>
<string name="quest_crossing_yes2">Yes, intended as crossing</string>
<string name="quest_crossing_no2">Not intended as crossing, still possible to cross (e.g. informal trails)</string>
<string name="quest_crossing_yes">Yes, intended as crossing</string>
<string name="quest_crossing_no">Not intended as crossing, still possible to cross (e.g. informal trails)</string>
<string name="quest_crossing_prohibited">No, crossing is prohibited or impossible</string>
<string name="quest_crossing_hint">Informal crossings usually look like this:</string>

Expand Down

0 comments on commit e9b9b93

Please sign in to comment.