1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-23 06:18:00 +03:00

Update AndroidLauncher.java

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

View File

@ -168,7 +168,7 @@ public class AndroidLauncher extends AndroidApplication{
SaveSlot slot = control.saves.importSave(file);
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");