Skip to content

Commit

Permalink
Make name of button consistent across messages
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsundt committed May 16, 2016
1 parent cbbf1b2 commit 02ef986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collect_app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@
<string name="automatic_mode">Automatic Mode</string>
<string name="geoshape_instruction">Long press to place marks.</string>
<string name="geotrace_instruction">Wait for lock, then tap add marker button to start.</string>
<string name="geopoint_instruction">Long press to place mark or tap add mark button.</string>
<string name="geopoint_no_draggable_instruction">Tap add mark button.</string>
<string name="geopoint_instruction">Long press to place mark or tap add marker button.</string>
<string name="geopoint_no_draggable_instruction">Tap add marker button.</string>
<string name="discard">Discard</string>
<string name="zoom_to_where">Zoom to...</string>
<string name="zoom_to_location">Zoom to current location</string>
Expand Down

0 comments on commit 02ef986

Please sign in to comment.