Change string for downloading updated maps
This commit is contained in:
parent
2467a20094
commit
09670ef320
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ public class LocalIndexesFragment extends OsmandExpandableListFragment implement
|
|||
}
|
||||
final IndexItem update = filesToUpdate.get(info.getFileName());
|
||||
if (update != null) {
|
||||
item = optionsMenu.getMenu().add(R.string.shared_string_download)
|
||||
item = optionsMenu.getMenu().add(R.string.update_tile)
|
||||
.setIcon(iconsCache.getThemedIcon(R.drawable.ic_action_import));
|
||||
item.setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue