From c755e41c9f2591825c276241a1aed0709be1c4b7 Mon Sep 17 00:00:00 2001 From: fsbugreporter Date: Wed, 10 Jul 2019 10:24:36 +0200 Subject: [PATCH] fixed typo --- OsmAnd/src/net/osmand/plus/OsmAndCustomizationConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/OsmAndCustomizationConstants.java b/OsmAnd/src/net/osmand/plus/OsmAndCustomizationConstants.java index 27c78d026b..2fba261800 100644 --- a/OsmAnd/src/net/osmand/plus/OsmAndCustomizationConstants.java +++ b/OsmAnd/src/net/osmand/plus/OsmAndCustomizationConstants.java @@ -50,7 +50,7 @@ public interface OsmAndCustomizationConstants { String MAP_RENDERING_CATEGORY_ID = RENDERING_ITEMS_ID_SCHEME + "category"; String MAP_STYLE_ID = RENDERING_ITEMS_ID_SCHEME + "map_style"; String MAP_MODE_ID = RENDERING_ITEMS_ID_SCHEME + "map_mode"; - String MAP_MAGNIFIER_ID = RENDERING_ITEMS_ID_SCHEME + "map_marnifier"; + String MAP_MAGNIFIER_ID = RENDERING_ITEMS_ID_SCHEME + "map_magnifier"; String ROAD_STYLE_ID = RENDERING_ITEMS_ID_SCHEME + "road_style"; String TEXT_SIZE_ID = RENDERING_ITEMS_ID_SCHEME + "text_size"; String MAP_LANGUAGE_ID = RENDERING_ITEMS_ID_SCHEME + "map_language";