Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2019-09-09 16:22:40 -04:00
3 changed files with 5 additions and 5 deletions

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();
}
}
}