Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4a858b87df
3 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
<string name="rp_current_route">Current route:</string>
|
||||
<string name="route_points_no_gpx">No route</string>
|
||||
<string name="rp_current_route_not_available">Please select a route</string>
|
||||
<string name="route_plugin_name">Navigate Route Plugin</string>
|
||||
<string name="route_plugin_descr">Navigate predefined GPX route with multiple points</string>
|
||||
<string name="route_plugin_name">Navigate predefined tours</string>
|
||||
<string name="route_plugin_descr">Activates functionality allowing to follow a predefined GPX tour</string>
|
||||
<string name="mark_as_visited">Mark as visited</string>
|
||||
<string name="mark_as_not_visited">Mark as not-visited</string>
|
||||
<string name="mark_as_current">Go to this point</string>
|
||||
|
|
|
@ -28,9 +28,9 @@ public class NauticalMapsPlugin extends OsmandPlugin {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Activating this view changes the map style to Nautical, thus showing all nautical navigation marks and chart symbols.\n\n "
|
||||
return "Activating this view changes the map style to Nautical, thus showing all nautical navigation marks and chart symbols.\n\n"
|
||||
+ "A map file containing all nautical symbols globally is availabe as one single download called \'World seamarks\'.\n\n"
|
||||
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.";
|
||||
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure map\' as desired.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -20,7 +20,7 @@ public class SkiMapsPlugin extends OsmandPlugin {
|
|||
public String getDescription() {
|
||||
return "Activating this view changes the map style to \'Winter and ski\', showing all landscape features under wintery conditions."
|
||||
+ "A global map displaying all ski slopes and cross country ski routes in this view is available under Downloads as \'World ski map\'.\n\n"
|
||||
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.";
|
||||
+ "This view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure map\' as desired.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue