Clarified the message in a ROM directory structure creation dialog.

This commit is contained in:
Leon Styhre 2021-03-15 19:51:54 +01:00
parent a749e2d187
commit c3d5614cfc

View file

@ -171,7 +171,9 @@ void ViewController::noGamesDialog()
"YES", [this] {
if (!SystemData::createSystemDirectories()) {
mWindow->pushGui(new GuiMsgBox(mWindow, HelpStyle(),
"THE SYSTEM DIRECTORIES WERE SUCCESSFULLY CREATED ", "OK", nullptr,
"THE SYSTEM DIRECTORIES WERE SUCCESSFULLY\n"
"GENERATED, EXIT THE APPLICATION AND PLACE\n"
"YOUR GAMES IN THE NEWLY CREATED FOLDERS", "OK", nullptr,
"", nullptr, "", nullptr, true));
}
else {