diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml
index ea96671f24..fa913aefa4 100644
--- a/OsmAnd/res/values/strings.xml
+++ b/OsmAnd/res/values/strings.xml
@@ -1572,7 +1572,6 @@ Afghanistan, Albania, Algeria, Andorra, Angola, Anguilla, Antigua and Barbuda, A
Local file to maintain POI changes not found and could not be created.
Upgrade OsmAnd+
Server contains map files not compatible with your current version of the application. To download and use them, please upgrade the application to newer version.
- Show on map
Online Nominatim
Searching position…
Position (found)
diff --git a/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java b/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java
index b41db57df0..6edc4101f3 100644
--- a/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java
+++ b/OsmAnd/src/net/osmand/plus/myplaces/AvailableGPXFragment.java
@@ -329,7 +329,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
if (itemId == R.string.local_index_mi_reload) {
asyncLoader = new LoadGpxTask();
asyncLoader.execute(getActivity());
- } else if (itemId == R.string.show_gpx_route) {
+ } else if (itemId == R.string.shared_string_show_on_map) {
openShowOnMapMode();
} else if (itemId == R.string.shared_string_delete) {
openSelectionMode(itemId, R.drawable.ic_action_delete_dark, R.drawable.ic_action_delete_dark,