Update IOSLauncher.java

This commit is contained in:
Anuken
2019-09-09 00:01:48 -04:00
committed by GitHub
parent fa56996e10
commit 87f6ff7be6

View File

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