Change seamarks map name
This commit is contained in:
parent
8c5a5668d5
commit
9f3420da6b
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class FileNameTranslationHelper {
|
|||
return ctx.getString(R.string.index_item_world_basemap);
|
||||
} else if (basename.equals("world_bitcoin_payments")) {
|
||||
return ctx.getString(R.string.index_item_world_bitcoin_payments);
|
||||
} else if (basename.equals("world_seamarks")) {
|
||||
} else if (basename.equals("world_basemap_seamarks")) {
|
||||
return ctx.getString(R.string.index_item_world_seamarks);
|
||||
}
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue