diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e62b22f..ed7d810 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -83,7 +83,7 @@
Movement Recorder for Android
Trackbook cannot work without these permissions:
LOCATION
- Trackbook needs accurate GPS location data to be able to record your movements. If the GPS data is not available or not accurate enough Trackbook uses location data from cell tower and WiFi triangulation.
+ Trackbook needs accurate GPS data to be able to record your movements. If the GPS data is not available or not accurate enough, Trackbook uses location data from cell tower and Wi-Fi triangulation.
STORAGE
Trackbook uses osmdroid, which caches map tiles on Android\'s external storage. You can find the map cache in the osmdroid folder on the top level of the user-facing file system.
Got it!
@@ -103,17 +103,17 @@
https://opensource.org/licenses/MIT
Which Permissions does Trackbook need?
Permission INTERNET
- Trackbook needs to download map data from Open Street Map servers and therefore needs access to the internet.
- Permission ACCESS_WIFI_STATE and ACCESS_NETWORK_STATE
+ Trackbook needs to download map data from OpenStreetMap servers and therefore needs access to the internet.
+ Permissions ACCESS_WIFI_STATE and ACCESS_NETWORK_STATE
Trackbook uses osmdroid to draw its maps. osmdroid needs to know the current state of your device’s connectivity.
- Permission ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION
+ Permissions ACCESS_COARSE_LOCATION and ACCESS_FINE_LOCATION
Trackbook needs accurate GPS location data to be able to record your movements. If the GPS data is not available or not accurate enough Trackbook uses location data from cell tower and WiFi triangulation.
Permission WRITE_EXTERNAL_STORAGE
Trackbook uses osmdroid, which caches map tiles on Android\'s external storage. You can find the map cache in the osmdroid folder on the top level of the user-facing file system.
- Map of the current track
- Map of the last track
+ Mapping of current track
+ Mapping of last track
Main Action Button
Label of the Save and Clear button
small Save and Clear button
@@ -121,18 +121,18 @@
small Clear button
Headline of the statistics sheet
Icon of a bar chart
- Data point: distance
- Data point: steps
- Data point: waypoints
- Data point: duration
- Data point: start of recording
- Data point: end of recording
- Value: distance
- Value: steps
- Value: waypoints
- Value: duration
- Value: start of recording
- Value: end of recording
+ Data point: Distance
+ Data point: Steps
+ Data point: Waypoints
+ Data point: Duration
+ Data point: Start of recording
+ Data point: End of recording
+ Value: Distance
+ Value: Steps
+ Value: Waypoints
+ Value: Duration
+ Value: Start of recording
+ Value: End of recording
Dropdown menu for further tracks
Track export button
Track delete button