replacing 3 dots with ellipsis
...to satisfy Android Lint Parser - TypographyEllipsis warning
This commit is contained in:
parent
4b88c93eb4
commit
ef71d4914d
1 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@
|
|||
<string name="map_widget_intermediate_distance">Waypoint</string>
|
||||
<string name="ending_point_too_far">Ending point too far from nearest road.</string>
|
||||
<string name="btn_add_tag">Add Tag</string>
|
||||
<string name="btn_advanced_mode">Advanced Mode...</string>
|
||||
<string name="btn_advanced_mode">Advanced Mode…</string>
|
||||
<string name="poi_filter_parking">Parking</string>
|
||||
<string name="poi_filter_emergency">Emergency</string>
|
||||
<string name="poi_filter_public_transport">Public Transport</string>
|
||||
|
@ -482,11 +482,11 @@
|
|||
\n\t\'To direction of movement\' - Map will continuously be aligned with your heading
|
||||
\n\t\'To compass\' - Map will continuously be aligned with device compass reading
|
||||
</string>
|
||||
<string name="binary_map_download_success">Download successful.\n\t\n\tTo use activate \'Menu\' -> \'Define View\' -> \'Map source...\' -> \'Offline vector maps\'.</string>
|
||||
<string name="binary_map_download_success">Download successful.\n\t\n\tTo use activate \'Menu\' -> \'Define View\' -> \'Map source…\' -> \'Offline vector maps\'.</string>
|
||||
<string name="tip_day_night_mode">Day/Night Mode</string>
|
||||
<string name="tip_day_night_mode_t_v2">\tThe map appearance can for some vector maps be changed between day (brighter) and night (darker).
|
||||
\n\tNight colors are safer for night driving.
|
||||
\n\tYou can set a policy for day/night switching in \'Menu\' -> \'Configure screen...\' ->\'Day/night map\'.
|
||||
\n\tYou can set a policy for day/night switching in \'Menu\' -> \'Configure screen…\' ->\'Day/night map\'.
|
||||
\n\tChoices are:
|
||||
\n\t\'Sunrise/Sunset\' - automatic mode, controlled by position of the sun (default)
|
||||
\n\t\'Day\' - always use day mode
|
||||
|
|
Loading…
Reference in a new issue