summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2015-12-29 01:39:12 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2015-12-29 01:39:12 +0000
commitf4a5a700a789cbc5f05c1b6481f4a5e3075383f2 (patch)
tree8b772c44266241a56e28ec76501316271c979823 /src
parent4512c67275e0251399203183dddb9b08af81b111 (diff)
parentc66bc59508d6203d112639eb0f088262f607c517 (diff)
Merge pull request #531 from bmunger/master
Fix UI message for software selection
Diffstat (limited to 'src')
-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;
}
}