Skip to content

Commit

Permalink
Downloading instead of scanning (#5184)
Browse files Browse the repository at this point in the history
* Downloading instead of scanning

* More scanning to downloading
  • Loading branch information
arrival-spring authored Aug 10, 2023
1 parent c456a05 commit 85a297b
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 @@ -44,7 +44,7 @@ The info you enter is directly added to OpenStreetMap in your name, without the
<string name="map_btn_gps_tracking">"Follow me"</string>
<string name="turn_on_location_request">"Location is off. Open Settings to turn it on now?"</string>
<string name="no_location_permission_warning_title">"Location Permission"</string>
<string name="no_location_permission_warning">"Location permission is needed to show your position on the map and scan for quests in your vicinity."</string>
<string name="no_location_permission_warning">"Location permission is needed to show your position on the map and download data in your vicinity."</string>

<string name="map_attribution_osm">"© OpenStreetMap contributors"</string>
<string name="open_url">Open URL</string>
Expand Down Expand Up @@ -265,12 +265,12 @@ If you are overwhelmed by the number of quests, you can always fine-tune which q

<string name="version_banned_message">"This version of StreetComplete is too old. Please update!"</string>

<string name="no_gps_no_quests">"To scan for quests around you automatically, turn on location"</string>
<string name="no_gps_no_quests">"To download data around you automatically, turn on location"</string>

<string name="download_server_error">"Connection error while scanning for quests. Try again later."</string>
<string name="download_server_error">"Connection error while downloading data. Try again later."</string>
<string name="upload_server_error">"Connection error while uploading answers. Try again later."</string>

<string name="download_error">"Error while scanning for quests"</string>
<string name="download_error">"Error while downloading data"</string>
<string name="upload_error">"Error while uploading answers"</string>

<string name="crash_title">"Oh no, StreetComplete crashed last time!"</string>
Expand Down Expand Up @@ -350,7 +350,7 @@ Editing OpenStreetMap anonymously is not possible. Any changes you make (and the

&lt;b&gt;Location&lt;/b&gt;&lt;br/&gt;
&lt;p&gt;
The app does not share your GPS location with anyone. It is used to automatically scan for and download quests around you, and position the map at your location.
The app does not share your GPS location with anyone. It is used to automatically download data around you, and position the map at your location.
&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Data Usage&lt;/b&gt;&lt;/p&gt;
Expand Down

0 comments on commit 85a297b

Please sign in to comment.