diff --git a/OsmAnd/src/net/osmand/plus/download/IndexItemCategory.java b/OsmAnd/src/net/osmand/plus/download/IndexItemCategory.java index 1ed069e612..1b14322176 100644 --- a/OsmAnd/src/net/osmand/plus/download/IndexItemCategory.java +++ b/OsmAnd/src/net/osmand/plus/download/IndexItemCategory.java @@ -66,7 +66,7 @@ public class IndexItemCategory implements Comparable { } else if (lc.contains("russia")) { nameId = R.string.index_name_russia; order = 18; - } else if (lc.contains("africa")) { + } else if (lc.contains("africa") && !lc.contains("_wiki_")) { nameId = R.string.index_name_africa; order = 80; } else if (lc.contains("_asia")|| lc.startsWith("asia")) {