From f060f18a1eb924622b8d28560f0f7ae7fd9c8510 Mon Sep 17 00:00:00 2001 From: Cowering Date: Tue, 14 Jul 2015 08:06:29 -0500 Subject: [PATCH] didn't merge last time (nw) --- src/emu/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/ui/ui.c b/src/emu/ui/ui.c index 47befaf16dd..a0458ed7a7d 100644 --- a/src/emu/ui/ui.c +++ b/src/emu/ui/ui.c @@ -1031,7 +1031,7 @@ std::string &ui_manager::warnings_string(std::string &str) { str.append("One or more ROMs/CHDs for this "); str.append(emulator_info::get_gamenoun()); - str.append( "game are incorrect. The "); + str.append(" are incorrect. The "); str.append(emulator_info::get_gamenoun()); str.append(" may not run correctly.\n"); if (machine().system().flags & WARNING_FLAGS)