This commit is contained in:
Leonwang4234
2020-08-08 10:24:40 -07:00
parent 3892cf2283
commit 6ff3523276
367 changed files with 12059 additions and 9678 deletions

View File

@@ -236,10 +236,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");
}
}