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

@@ -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");