Add description to the following route parameters

Pedestrian: Use elevation data:
Add "." in the sentences end.
This commit is contained in:
androiddevkotlin 2021-02-18 11:41:31 +02:00
parent 2b20857230
commit 765906d1b4
2 changed files with 2 additions and 3 deletions

View file

@ -12,6 +12,7 @@
-->
<string name="routing_attr_height_obstacles_description">Routing could avoid strong uphills.</string>
<string name="app_restart_required">Application restart required to apply some settings.</string>
<string name="on_pause">On pause</string>
<string name="track_recording_description">Are you sure you want to stop recording?\nAll unsaved data will be lost.</string>
@ -21,7 +22,6 @@
<string name="delete_number_files_question">Delete %1$d files?</string>
<string name="shared_strings_all_regions">All regions</string>
<string name="restart">Restart</string>
<string name="elevation_data_descr">Routing could avoid strong uphills</string>
<string name="map_orientation_threshold_descr">Don\'t rotate map view if speed is less than a threshold</string>
<string name="snap_to_road_descr">Current location icon will be snapped to the current navigation route</string>
<string name="routing_attr_driving_style_description">Select driving purpose to get shorter, faster or safer route</string>
@ -1624,7 +1624,6 @@
<string name="total_distance">Total distance</string>
<string name="routing_attr_relief_smoothness_factor_name">Select elevation fluctuation</string>
<string name="routing_attr_height_obstacles_name">Use elevation data</string>
<string name="routing_attr_height_obstacles_description">Factor in terrain elevation (via SRTM, ASTER, and EU-DEM data).</string>
<string name="rendering_attr_depthContours_description">Show depth contours and points.</string>
<string name="rendering_attr_depthContours_name">Nautical depth contours</string>
<!-- string name="release_2_6">

View file

@ -114,7 +114,7 @@ public class ElevationDateBottomSheet extends MenuBottomSheetDialogFragment {
int contentPaddingSmall = getResources().getDimensionPixelSize(R.dimen.content_padding_small);
items.add(new DividerSpaceItem(app, contentPaddingSmall));
items.add(new ShortDescriptionItem((getString(R.string.elevation_data_descr))));
items.add(new ShortDescriptionItem((getString(R.string.routing_attr_height_obstacles_description))));
createReliefFactorButtons(themedCtx);
}