some more typos

This commit is contained in:
sonora 2015-02-22 13:30:30 +01:00
parent fcaf5df848
commit 4767667825
3 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@
<string name="rp_current_route">Current route:</string> <string name="rp_current_route">Current route:</string>
<string name="route_points_no_gpx">No 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="rp_current_route_not_available">Please select a route</string>
<string name="route_plugin_name">Navigate Route Plugin</string> <string name="route_plugin_name">Navigate predefined tours</string>
<string name="route_plugin_descr">Navigate predefined GPX route with multiple points</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_visited">Mark as visited</string>
<string name="mark_as_not_visited">Mark as not-visited</string> <string name="mark_as_not_visited">Mark as not-visited</string>
<string name="mark_as_current">Go to this point</string> <string name="mark_as_current">Go to this point</string>

View file

@ -30,7 +30,7 @@ public class NauticalMapsPlugin extends OsmandPlugin {
public String getDescription() { 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" + "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 @Override

View file

@ -20,7 +20,7 @@ public class SkiMapsPlugin extends OsmandPlugin {
public String getDescription() { public String getDescription() {
return "Activating this view changes the map style to \'Winter and ski\', showing all landscape features under wintery conditions." 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" + "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 @Override