summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/imgcntrl.cpp
diff options
context:
space:
mode:
author Brandon Munger <bmunger@gmail.com>2015-12-28 19:10:31 -0500
committer Brandon Munger <bmunger@gmail.com>2015-12-28 19:10:31 -0500
commitc66bc59508d6203d112639eb0f088262f607c517 (patch)
tree8b772c44266241a56e28ec76501316271c979823 /src/emu/ui/imgcntrl.cpp
parent4512c67275e0251399203183dddb9b08af81b111 (diff)
Fix UI message for software selection
Diffstat (limited to 'src/emu/ui/imgcntrl.cpp')
-rw-r--r--src/emu/ui/imgcntrl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/ui/imgcntrl.cpp b/src/emu/ui/imgcntrl.cpp
index 11ed8c26c5c..298a0e25d9c 100644
--- a/src/emu/ui/imgcntrl.cpp
+++ b/src/emu/ui/imgcntrl.cpp
@@ -2,7 +2,7 @@
// copyright-holders:Nathan Woods
/***************************************************************************
- ui/imgcntrl.c
+ ui/imgcntrl.cpp
MESS's clunky built-in file manager
@@ -146,7 +146,7 @@ void ui_menu_control_device_image::load_software_part()
hook_load(temp_name, true);
else
{
- machine().popmessage("The selected game is missing one or more required ROM or CHD images. Please select a different game.");
+ machine().popmessage("The software selected is missing one or more required ROM or CHD images. Please select a different one.");
state = SELECT_SOFTLIST;
}
}