From 910255dd2c34e91152e109fcf85508807001fa3f Mon Sep 17 00:00:00 2001 From: kotlin Date: Tue, 11 Aug 2020 17:43:03 +0300 Subject: [PATCH] Fix #6003 --- OsmAnd/res/values/strings.xml | 4 ++-- OsmAnd/src/net/osmand/plus/mapillary/MapillaryPlugin.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 0981dc27a2..f3a1ebf203 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -11,7 +11,7 @@ Thx - Hardy --> - Street-level imagery + Select a track file for which a new segment will be added. Navigation profile Threshold distance @@ -1245,7 +1245,7 @@ Mapillary widget Allows quick contributions to Mapillary. Online street-level photos for everyone. Discover places, collaborate, capture the world. - Mapillary + Street-level imagery Street-level photos for everyone. Discover places, collaborate, capture the world. Your destination is located in an area with private access. Allow using private roads for this trip? Restart search diff --git a/OsmAnd/src/net/osmand/plus/mapillary/MapillaryPlugin.java b/OsmAnd/src/net/osmand/plus/mapillary/MapillaryPlugin.java index 189a039a54..8b77d4e5bc 100644 --- a/OsmAnd/src/net/osmand/plus/mapillary/MapillaryPlugin.java +++ b/OsmAnd/src/net/osmand/plus/mapillary/MapillaryPlugin.java @@ -181,7 +181,7 @@ public class MapillaryPlugin extends OsmandPlugin { } adapter.addItem(new ContextMenuItem.ItemBuilder() .setId(MAPILLARY) - .setTitleId(R.string.street_level_imagery, mapActivity) + .setTitleId(R.string.mapillary, mapActivity) .setDescription("Mapillary") .setSelected(settings.SHOW_MAPILLARY.get()) .setColor(settings.SHOW_MAPILLARY.get() ? R.color.osmand_orange : ContextMenuItem.INVALID_ID)