mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Clarified the message in a ROM directory structure creation dialog.
This commit is contained in:
parent
a749e2d187
commit
c3d5614cfc
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue