mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-05 15:58:14 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@ -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");
|
||||
|
@ -178,7 +178,7 @@ public class LoadDialog extends FloatingDialog{
|
||||
setup();
|
||||
}catch(IOException e){
|
||||
e.printStackTrace();
|
||||
ui.showException("save.import.fail", e);
|
||||
ui.showException("$save.import.fail", e);
|
||||
}
|
||||
}else{
|
||||
ui.showErrorMessage("$save.import.invalid");
|
||||
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user