Change Australia for Oceania
This commit is contained in:
parent
37c77bd59c
commit
d3d91dd502
1 changed files with 2 additions and 2 deletions
|
@ -814,8 +814,8 @@ public class DownloadIndexActivity extends OsmandExpandableListActivity {
|
|||
} else if(lc.contains("_asia_")) {
|
||||
nameId = R.string.index_name_asia;
|
||||
order = 50;
|
||||
} else if(lc.contains("australia")) {
|
||||
nameId = R.string.index_name_australia;
|
||||
} else if(lc.contains("_oceania_")) {
|
||||
nameId = R.string.index_name_oceania;
|
||||
order = 70;
|
||||
} else if(lc.contains("_wiki_")) {
|
||||
nameId = R.string.index_name_wiki;
|
||||
|
|
Loading…
Reference in a new issue