Skip to content

Commit

Permalink
Merge pull request #3383 from matkoniecz/decross
Browse files Browse the repository at this point in the history
remove crossing from crossing type answers
  • Loading branch information
westnordost authored Oct 15, 2021
2 parents 32ad770 + 248ef41 commit cfee1dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ Otherwise, you can download another keyboard in the app store. Popular keyboards
<string name="quest_maxspeed_answer_living_street_confirmation_title">So, there is a sign like this?</string>
<string name="quest_crossing_title">Are there curbs where this way meets this road here? What kind?</string>
<string name="quest_crossing_type_title">What kind of crossing is this?</string>
<string name="quest_crossing_type_signals_controlled">Crossing controlled by traffic lights</string>
<string name="quest_crossing_type_marked">Marked crossing</string>
<string name="quest_crossing_type_unmarked">Crossing without road markings</string>
<string name="quest_crossing_type_signals_controlled">Controlled by traffic lights</string>
<string name="quest_crossing_type_marked">Marked</string>
<string name="quest_crossing_type_unmarked">Without road markings</string>
<string name="action_undo">Undo</string>
<string name="undo_confirm_title2">Undo the following edit?</string>
<string name="synced">Synced</string>
Expand Down

0 comments on commit cfee1dc

Please sign in to comment.