From cd772bd0563033177afe5c389fe28b6400125cd2 Mon Sep 17 00:00:00 2001 From: ConfiG Date: Wed, 16 Aug 2023 21:13:37 +0300 Subject: [PATCH] swap Recommended/Customize, Cancel/Delete > Keep/Delete --- loader/src/ui/internal/info/ModInfoPopup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loader/src/ui/internal/info/ModInfoPopup.cpp b/loader/src/ui/internal/info/ModInfoPopup.cpp index 0e08853b..d6918d65 100644 --- a/loader/src/ui/internal/info/ModInfoPopup.cpp +++ b/loader/src/ui/internal/info/ModInfoPopup.cpp @@ -653,7 +653,7 @@ void LocalModInfoPopup::doUninstall() { "for the mod to take full effect). " "Would you also like to delete the mod's " "save data?", - "Cancel", + "Keep", "Delete", 350.f ); @@ -755,9 +755,9 @@ void IndexItemInfoPopup::onInstall(CCObject*) { "Installing this mod requires a few other mods to be installed. " "Would you like to continue with recommended settings or " "customize which mods to install?", - "Recommended", "Customize", 320.f, + "Customize", "Recommended", 320.f, [&](FLAlertLayer*, bool btn2) { - if (!btn2) { + if (btn2) { auto canInstall = Index::get()->canInstall(m_item); if (!canInstall) { FLAlertLayer::create(