Skip to content

Commit

Permalink
replace "scan quests" wording with "download here" because there are …
Browse files Browse the repository at this point in the history
…also now overlays (#4970)
  • Loading branch information
westnordost committed May 1, 2023
1 parent 8e99dd5 commit 8e3eff5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ The info you enter is directly added to OpenStreetMap in your name, without the
<string name="user_profile">My Profile</string>

<string name="team_mode">Enter Team Mode</string>
<string name="action_download">"Scan for quests here"</string>
<string name="cannot_find_bbox_or_reduce_tilt">"Can’t scan here. Try to zoom in further or tilt the map less."</string>
<string name="action_download">"Download data here"</string>
<string name="cannot_find_bbox_or_reduce_tilt">"Can’t download here. Try to zoom in further or tilt the map less."</string>
<string name="download_area_too_big">"Please zoom in further"</string>
<string name="confirmation_cancel_prev_download_title">"Stop the current search and scan here instead?"</string>
<string name="confirmation_cancel_prev_download_confirmed">"Scan here instead"</string>
<string name="confirmation_cancel_prev_download_cancel">"Continue current scan"</string>
<string name="confirmation_cancel_prev_download_title">"Stop the current download and download here instead?"</string>
<string name="confirmation_cancel_prev_download_confirmed">"Download here instead"</string>
<string name="confirmation_cancel_prev_download_cancel">"Continue current download"</string>

<!-- Elements on map view -->

Expand Down

0 comments on commit 8e3eff5

Please sign in to comment.