mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Minor change to a notification window regarding the miximage offline generator.
This commit is contained in:
parent
350fa73e0d
commit
99c9a1fa28
|
@ -636,7 +636,7 @@ void GuiScraperMenu::openOfflineGenerator(GuiSettings* settings)
|
|||
{
|
||||
if (mSystems->getSelectedObjects().empty()) {
|
||||
mWindow->pushGui(new GuiMsgBox(mWindow, getHelpStyle(),
|
||||
"THE MIXIMAGE GENERATOR USES THE SAME SYSTEM\n"
|
||||
"THE OFFLINE GENERATOR USES THE SAME SYSTEM\n"
|
||||
"SELECTIONS AS THE SCRAPER, SO PLEASE SELECT\n"
|
||||
"AT LEAST ONE SYSTEM TO GENERATE IMAGES FOR"));
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue