more typos. FML
This commit is contained in:
parent
df5cf0d85f
commit
8234b2acfa
|
@ -77,7 +77,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
msg += "\n";
|
msg += "\n";
|
||||||
msg += "Saved Configuration: " + tmpM.ToString();
|
msg += "Saved Configuration: " + tmpM.ToString();
|
||||||
msg += "\n\n";
|
msg += "\n\n";
|
||||||
msg += "If you with to load this SaveState ensure that you have the correct machine configuration selected, reboot the core, then try again.";
|
msg += "If you wish to load this SaveState ensure that you have the correct machine configuration selected, reboot the core, then try again.";
|
||||||
CoreComm.ShowMessage(msg);
|
CoreComm.ShowMessage(msg);
|
||||||
_machineType = tmpM;
|
_machineType = tmpM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue