From 2041d88978c1ac5b2384a1d9686447e6e31af969 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 20 Feb 2016 17:40:05 +0100 Subject: Remove redundant defines, in order to make translation easier (nw) --- src/emu/ui/simpleselgame.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/emu/ui/simpleselgame.cpp') 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); -- cgit v1.2.3-70-g09d2