didn't merge last time (nw)

This commit is contained in:
Cowering 2015-07-14 08:06:29 -05:00
parent 5943989636
commit f060f18a1e

View File

@ -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)