Add string for Mapillary description.
This commit is contained in:
parent
77d5f2ed44
commit
6042de8daa
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
<string name="mapillary_widget_descr">Allow you to quick contribute to Mapillary</string>
|
||||
<string name="mapillary_descr">Online Street-Photos for everyone. Discover places, collaborate, capture the world.</string>
|
||||
<string name="mapillary">Mapillary</string>
|
||||
<string name="plugin_mapillary_descr">Street-Level Photos for Everyone. Discover places, collaborate, capture the world.</string>
|
||||
<string name="private_access_routing_req">Your destination is located in the area with a private access. Do you want to allow access to the private roads for this trip?</string>
|
||||
<string name="restart_search">Restart search</string>
|
||||
<string name="increase_search_radius">Increase search radius</string>
|
||||
|
|
|
@ -54,7 +54,7 @@ public class MapillaryPlugin extends OsmandPlugin {
|
|||
|
||||
@Override
|
||||
public int getAssetResourceName() {
|
||||
return R.drawable.online_maps;
|
||||
return R.drawable.mapillary;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -64,7 +64,7 @@ public class MapillaryPlugin extends OsmandPlugin {
|
|||
|
||||
@Override
|
||||
public String getDescription() {
|
||||
return app.getString(R.string.mapillary);
|
||||
return app.getString(R.string.plugin_mapillary_descr);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue