diff --git a/src/frontend/mame/ui/info.cpp b/src/frontend/mame/ui/info.cpp index b28af0eb817..b528f13c95c 100644 --- a/src/frontend/mame/ui/info.cpp +++ b/src/frontend/mame/ui/info.cpp @@ -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)) {