(nw) fixed typo that Andrew found.

This commit is contained in:
Robbbert 2019-10-20 12:22:27 +11:00
parent 57802cdd7f
commit ed6e8fbdeb

View File

@ -249,7 +249,7 @@ std::string machine_info::warnings_string() const
if (machine_flags() & ::machine_flags::NOT_WORKING)
buf << _("\nTHIS MACHINE DOESN'T WORK. The emulation for this machine is not yet complete. There is nothing you can do to fix this problem except wait for the developers to improve the emulation.\n");
if (machine_flags() & ::machine_flags::MECHANICAL)
buf << _("\nElements of this machine cannot be emulated as they requires physical interaction or consist of mechanical devices. It is not possible to fully experience this machine.\n");
buf << _("\nElements of this machine cannot be emulated as they require physical interaction or consist of mechanical devices. It is not possible to fully experience this machine.\n");
if ((machine_flags() & MACHINE_ERRORS) || ((m_machine.system().type.unemulated_features() | m_machine.system().type.imperfect_features()) & device_t::feature::PROTECTION))
{