change install and uninstall popups to reflect 1.3.0 changes

This commit is contained in:
altalk23 2023-09-08 15:13:07 +03:00
parent b21ff6e234
commit d40f4672c4

View file

@ -551,8 +551,8 @@ void LocalModInfoPopup::onUpdateProgress(ModInstallEvent* event) {
FLAlertLayer::create( FLAlertLayer::create(
"Update complete", "Update complete",
"Mod successfully updated! :) " "Mod successfully updated! :) "
"(You may need to <cy>restart the game</c> " "(You have to <cy>restart the game</c> "
"for the mod to take full effect)", "for the mod to take effect)",
"OK" "OK"
)->show(); )->show();
@ -678,8 +678,8 @@ void LocalModInfoPopup::doUninstall() {
this, this,
"Uninstall complete", "Uninstall complete",
"Mod was successfully uninstalled! :) " "Mod was successfully uninstalled! :) "
"(You may need to <cy>restart the game</c> " "(You have to <cy>restart the game</c> "
"for the mod to take full effect). " "for the mod to take effect). "
"<co>Would you also like to delete the mod's " "<co>Would you also like to delete the mod's "
"save data?</c>", "save data?</c>",
"Keep", "Keep",
@ -749,8 +749,8 @@ void IndexItemInfoPopup::onInstallProgress(ModInstallEvent* event) {
FLAlertLayer::create( FLAlertLayer::create(
"Install complete", "Install complete",
"Mod successfully installed! :) " "Mod successfully installed! :) "
"(You may need to <cy>restart the game</c> " "(You have to <cy>restart the game</c> "
"for the mod to take full effect)", "for the mod to take effect)",
"OK" "OK"
)->show(); )->show();