Skip to content

Commit

Permalink
also bump string name in kotlin code
Browse files Browse the repository at this point in the history
  • Loading branch information
schra committed Oct 3, 2024
1 parent fb335e8 commit a3b25d5
Showing 1 changed file with 2 additions and 2 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_yes),
TextItem(INFORMAL, R.string.quest_crossing_no),
TextItem(YES, R.string.quest_crossing_yes2),
TextItem(INFORMAL, R.string.quest_crossing_no2),
TextItem(PROHIBITED, R.string.quest_crossing_prohibited),
)
/*
Expand Down

0 comments on commit a3b25d5

Please sign in to comment.