summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-10-20 12:22:27 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2019-10-20 12:22:27 +1100
commited6e8fbdeba6c8e307ceead4a38acf0784fa9a94 (patch)
treed2e8d01a23d3fbfdb2439eb868ebf1c89bcc2e2b /src
parent57802cdd7f843f635a1a068a70d16218d3a440eb (diff)
(nw) fixed typo that Andrew found.
Diffstat (limited to 'src')
-rw-r--r--src/frontend/mame/ui/info.cpp2
1 files changed, 1 insertions, 1 deletions
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))
{