Single byte commit.

This commit is contained in:
Leon Styhre 2020-11-10 00:02:09 +01:00
parent db94f5daee
commit 7b30e0172b

View file

@ -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())