mirror of
https://github.com/holub/mame
synced 2025-06-28 23:24:23 +03:00
fixed wrong 'game' text.
This commit is contained in:
parent
cd05adafe0
commit
f37594a53a
@ -548,8 +548,8 @@ void ui_menu_select_game::handle()
|
|||||||
|
|
||||||
// if we're in an error state, overlay an error message
|
// if we're in an error state, overlay an error message
|
||||||
if (ui_error)
|
if (ui_error)
|
||||||
machine().ui().draw_text_box(container, "The selected game is missing one or more required ROM or CHD images. "
|
machine().ui().draw_text_box(container, "The selected machine 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);
|
"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
|
// handle filters selection from key shortcuts
|
||||||
if (check_filter)
|
if (check_filter)
|
||||||
|
Loading…
Reference in New Issue
Block a user