This commit is contained in:
madwasp79 2019-02-26 17:56:45 +02:00
parent 53d058ae9a
commit 6555125cab
2 changed files with 6 additions and 3 deletions

View file

@ -9,9 +9,13 @@
3. If you modify the English strings file, please add new strings at the top of the file, this makes periodic reviews before releases easier. 3. If you modify the English strings file, please add new strings at the top of the file, this makes periodic reviews before releases easier.
- For wording and consistency, please note https://osmand.net/help-online?id=technical-articles#Creating_a_Consistent_User_Experience - For wording and consistency, please note https://osmand.net/help-online?id=technical-articles#Creating_a_Consistent_User_Experience
Thx - Hardy Thx - Hardy
--> <string name="time_of_day">Time of day</string>
<string name="tracks_on_map">Tracks on the map</string> -->
<string name="time_of_day">Time of day</string>
<string name="add_destination_query">Please add Destination first</string> <string name="add_destination_query">Please add Destination first</string>
<string name="shared_string_swap">Swap</string>
<string name="show_more">Show more</string>
<string name="tracks_on_map">Tracks on the map</string>
<string name="previous_route">Previous route</string> <string name="previous_route">Previous route</string>
<string name="add_home">Add home</string> <string name="add_home">Add home</string>
<string name="add_work">Add work</string> <string name="add_work">Add work</string>

View file

@ -261,7 +261,6 @@ public class TrackDetailsMenu {
} }
} }
} }
} else { } else {
float startDistance = startPos * dataSet.getDivX(); float startDistance = startPos * dataSet.getDivX();
float endDistance = endPos * dataSet.getDivX(); float endDistance = endPos * dataSet.getDivX();