Minor change to a text dialog when creating the ROMs directory structure.

This commit is contained in:
Leon Styhre 2021-03-20 09:01:34 +01:00
parent 330a539241
commit d65ecd6a50

View file

@ -167,7 +167,7 @@ void ViewController::noGamesDialog()
"THIS WILL CREATE DIRECTORIES FOR ALL THE\n"
"GAME SYSTEMS DEFINED IN es_systems.cfg\n\n"
"THIS MAY CREATE A LOT OF FOLDERS SO IT'S\n"
"ADVICED TO DELETE THE ONES YOU DON'T NEED\n\n"
"ADVICED TO REMOVE THE ONES YOU DON'T NEED\n\n"
"PROCEED?",
"YES", [this] {
if (!SystemData::createSystemDirectories()) {