fixed wrong 'game' text.

This commit is contained in:
dankan1890 2016-02-10 22:38:52 +01:00
parent cd05adafe0
commit f37594a53a

View File

@ -548,8 +548,8 @@ void ui_menu_select_game::handle()
// if we're in an error state, overlay an error message
if (ui_error)
machine().ui().draw_text_box(container, "The selected game is missing one or more required ROM or CHD images. "
"Please select a different game.\n\nPress any key (except ESC) to continue.", JUSTIFY_CENTER, 0.5f, 0.5f, UI_RED_COLOR);
machine().ui().draw_text_box(container, "The selected machine is missing one or more required ROM or CHD images. "
"Please select a different machine.\n\nPress any key (except ESC) to continue.", JUSTIFY_CENTER, 0.5f, 0.5f, UI_RED_COLOR);
// handle filters selection from key shortcuts
if (check_filter)