diff --git a/es-app/src/guis/GuiCollectionSystemsOptions.cpp b/es-app/src/guis/GuiCollectionSystemsOptions.cpp index ac8a623e5..7955e1c9c 100644 --- a/es-app/src/guis/GuiCollectionSystemsOptions.cpp +++ b/es-app/src/guis/GuiCollectionSystemsOptions.cpp @@ -183,7 +183,7 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions( std::function 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())