mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 23:15:38 +00:00
Minor change to a text dialog when creating the ROMs directory structure.
This commit is contained in:
parent
330a539241
commit
d65ecd6a50
|
@ -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()) {
|
||||
|
|
Loading…
Reference in a new issue