Change string for downloading updated maps

This commit is contained in:
PavelRatushny 2017-10-10 11:50:49 +03:00
parent 2467a20094
commit 09670ef320

View file

@ -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