diff --git a/OsmAnd/src/net/osmand/plus/dialogs/ConfigureMapMenu.java b/OsmAnd/src/net/osmand/plus/dialogs/ConfigureMapMenu.java index 579fc2241d..e4bdd08af3 100644 --- a/OsmAnd/src/net/osmand/plus/dialogs/ConfigureMapMenu.java +++ b/OsmAnd/src/net/osmand/plus/dialogs/ConfigureMapMenu.java @@ -257,7 +257,7 @@ public class ConfigureMapMenu { List customRules = new ArrayList(renderer.PROPS.getCustomRules()); createProperties(customRules, R.string.rendering_category_details, "details", adapter, activity); - createProperties(customRules, R.string.rendering_category_routes, "routes", + createProperties(customRules, R.string.rendering_category_transport, "routes", adapter, activity); if(customRules.size() > 0) { adapter.item(R.string.rendering_category_others).setCategory(true).layout(R.layout.drawer_list_sub_header).reg();