Update IOSLauncher.java

This commit is contained in:
Anuken 2019-09-09 00:01:48 -04:00 committed by GitHub
parent fa56996e10
commit 87f6ff7be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,10 +173,10 @@ public class IOSLauncher extends IOSApplication.Delegate{
ui.load.runLoadSave(slot);
}
}catch(IOException e){
ui.showException("save.import.fail", e);
ui.showException("$save.import.fail", e);
}
}else{
ui.showErrorMessage("save.import.invalid");
ui.showErrorMessage("$save.import.invalid");
}
}
@ -188,4 +188,4 @@ public class IOSLauncher extends IOSApplication.Delegate{
UIApplication.main(argv, null, IOSLauncher.class);
pool.close();
}
}
}