Update RomsManagerActivity.java

- fix button spelling
This commit is contained in:
SirDank 2024-04-28 19:17:42 +05:30 committed by GitHub
parent af91d76925
commit c4631c8910
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -418,7 +418,7 @@ public class RomsManagerActivity extends AppCompatActivity {
startActivityForResult(intent, 0);
});
ad.setButton(Dialog.BUTTON_NEGATIVE, "DOWNLAOD " + selectedPath.replace(".IMG", ".vbi"), new DialogInterface.OnClickListener() {
ad.setButton(Dialog.BUTTON_NEGATIVE, "DOWNLOAD " + selectedPath.replace(".IMG", ".vbi"), new DialogInterface.OnClickListener() {
public void onClick(DialogInterface dialog, int which) {
if (selectedLink != null) {
String gt = selectedLink;