mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Single byte commit.
This commit is contained in:
parent
db94f5daee
commit
7b30e0172b
|
@ -183,7 +183,7 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(
|
|||
std::function<void()> deleteCollectionCall = [this, name] {
|
||||
mWindow->pushGui(new GuiMsgBox(mWindow, getHelpStyle(),
|
||||
"THIS WILL PERMANENTLY\nDELETE THE COLLECTION\n'" +
|
||||
Utils::String::toUpper(name) + "'.\n"
|
||||
Utils::String::toUpper(name) + "'\n"
|
||||
"ARE YOU SURE?",
|
||||
"YES", [this, name] {
|
||||
if (CollectionSystemManager::get()->isEditing())
|
||||
|
|
Loading…
Reference in a new issue