From 7b30e0172b6194f076a1d3cbc57cf003fab07b3b Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 10 Nov 2020 00:02:09 +0100 Subject: [PATCH] Single byte commit. --- es-app/src/guis/GuiCollectionSystemsOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())