Test what a plugin description could look like (still not localized)
This commit is contained in:
parent
aaa6afdf44
commit
dec7a84953
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ public class NauticalMapsPlugin extends OsmandPlugin {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return "Nautical Maps plugin provides detailed maps for sea and channels based on OSM data.\n "
|
||||
+ "(Here could be description of provided details)\n"
|
||||
+ "It changes default rendering style to 'nautical'. You can change it back in 'Configure Map' menu (Translation)";
|
||||
return "Activating this view changes the map style to Nautical, thus showing all nautical navigation marks and chart symbols.\n\n "
|
||||
+ "The view can be reverted by either de-activating it again here, or by changing the \'Map style\' under \'Configure Maps\' as desired.\n\n"
|
||||
+ "A map file containing all nautical symbols globally is availabe as one single download called \'World seamarks\'.";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue