From e7cdd5aa00156fe439d63b1c194462f7c7382dcb Mon Sep 17 00:00:00 2001 From: xmd5a2 Date: Tue, 28 Oct 2014 11:39:51 +0300 Subject: [PATCH] Revert "Fix category" This reverts commit b1d9ea1df65635cda457ad4c84a273fbfe3b74df. --- OsmAnd/src/net/osmand/plus/dialogs/ConfigureMapMenu.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();