summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-04-30 14:57:37 +1000
committer Vas Crabb <vas@vastheman.com>2018-04-30 14:57:37 +1000
commitc41e715d869c5acf934e549a08ca00e1cb2f9ba1 (patch)
tree70dd50a64bbde3faef9b82d145918430b8a47d02 /src/frontend
parent059e3d67d4849f20ad15b956c24f2ec68d0c104e (diff)
well that was dumb (nw)
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/devopt.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/devopt.cpp b/src/frontend/mame/ui/devopt.cpp
index 32b860f3eba..c546a4548a7 100644
--- a/src/frontend/mame/ui/devopt.cpp
+++ b/src/frontend/mame/ui/devopt.cpp
@@ -36,8 +36,8 @@ void menu_device_config::populate(float &customtop, float &custombottom)
util::stream_format(
str,
m_mounted
- ? _("[This option is currently mounted in the running system]\n\nOption: %1$s\nDevice: %1$s\n\nThe selected option enables the following items:\n")
- : _("[This option is NOT currently mounted in the running system]\n\nOption: %1$s\nDevice: %1$s\n\nIf you select this option, the following items will be enabled:\n"),
+ ? _("[This option is currently mounted in the running system]\n\nOption: %1$s\nDevice: %2$s\n\nThe selected option enables the following items:\n")
+ : _("[This option is NOT currently mounted in the running system]\n\nOption: %1$s\nDevice: %2$s\n\nIf you select this option, the following items will be enabled:\n"),
m_option->name(),
dev->name());