diff options
author | 2016-02-20 17:40:05 +0100 | |
---|---|---|
committer | 2016-02-20 17:40:05 +0100 | |
commit | 2041d88978c1ac5b2384a1d9686447e6e31af969 (patch) | |
tree | 692add3baa35f8f172347e7fcf452fd69ce37958 /src/emu/ui/simpleselgame.cpp | |
parent | 1a4f73d32fb5ae7fb126fde7bcda76c4d69c18cf (diff) |
Remove redundant defines, in order to make translation easier (nw)
Diffstat (limited to 'src/emu/ui/simpleselgame.cpp')
-rw-r--r-- | src/emu/ui/simpleselgame.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/ui/simpleselgame.cpp b/src/emu/ui/simpleselgame.cpp index c8b1673b380..a0cf9412f6b 100644 --- a/src/emu/ui/simpleselgame.cpp +++ b/src/emu/ui/simpleselgame.cpp @@ -231,10 +231,9 @@ void ui_simple_menu_select_game::populate() if (matchcount == 0) { std::string txt; - strprintf(txt, "No %s found. Please check the rompath specified in the %s.ini file.\n\n" + strprintf(txt, "No machines found. Please check the rompath specified in the %s.ini file.\n\n" "If this is your first time using %s, please see the config.txt file in " "the docs directory for information on configuring %s.", - emulator_info::get_gamesnoun(), emulator_info::get_configname(), emulator_info::get_appname(),emulator_info::get_appname() ); item_append(txt.c_str(), nullptr, MENU_FLAG_MULTILINE | MENU_FLAG_REDTEXT, nullptr); |