mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-19 07:25:39 +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"
|
"THIS WILL CREATE DIRECTORIES FOR ALL THE\n"
|
||||||
"GAME SYSTEMS DEFINED IN es_systems.cfg\n\n"
|
"GAME SYSTEMS DEFINED IN es_systems.cfg\n\n"
|
||||||
"THIS MAY CREATE A LOT OF FOLDERS SO IT'S\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?",
|
"PROCEED?",
|
||||||
"YES", [this] {
|
"YES", [this] {
|
||||||
if (!SystemData::createSystemDirectories()) {
|
if (!SystemData::createSystemDirectories()) {
|
||||||
|
|
Loading…
Reference in a new issue