diff --git a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java index 028831c952..79b3738057 100644 --- a/OsmAnd/src/net/osmand/plus/download/DownloadResources.java +++ b/OsmAnd/src/net/osmand/plus/download/DownloadResources.java @@ -32,7 +32,7 @@ public class DownloadResources extends DownloadResourceGroup { private List rawResources; private Map > groupByRegion; private List itemsToUpdate = new ArrayList<>(); - public static final String WORLD_SEAMARKS_KEY = "world_seamarks_basemap"; + public static final String WORLD_SEAMARKS_KEY = "world_seamarks"; public DownloadResources(OsmandApplication app) { diff --git a/OsmAnd/src/net/osmand/plus/helpers/FileNameTranslationHelper.java b/OsmAnd/src/net/osmand/plus/helpers/FileNameTranslationHelper.java index 3102ecb411..8c53c342a5 100644 --- a/OsmAnd/src/net/osmand/plus/helpers/FileNameTranslationHelper.java +++ b/OsmAnd/src/net/osmand/plus/helpers/FileNameTranslationHelper.java @@ -217,7 +217,7 @@ public class FileNameTranslationHelper { return ctx.getString(R.string.index_item_world_basemap); } else if (basename.equals("world_bitcoin_payments")) { return ctx.getString(R.string.index_item_world_bitcoin_payments); - } else if (basename.equals("world_seamarks_basemap")) { + } else if (basename.equals("world_seamarks")) { return ctx.getString(R.string.index_item_world_seamarks); } else if (basename.equals("depth_contours_osmand_ext")) { return ctx.getString(R.string.index_item_depth_contours_osmand_ext);