mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
change install and uninstall popups to reflect 1.3.0 changes
This commit is contained in:
parent
b21ff6e234
commit
d40f4672c4
1 changed files with 6 additions and 6 deletions
|
@ -551,8 +551,8 @@ void LocalModInfoPopup::onUpdateProgress(ModInstallEvent* event) {
|
|||
FLAlertLayer::create(
|
||||
"Update complete",
|
||||
"Mod successfully updated! :) "
|
||||
"(You may need to <cy>restart the game</c> "
|
||||
"for the mod to take full effect)",
|
||||
"(You have to <cy>restart the game</c> "
|
||||
"for the mod to take effect)",
|
||||
"OK"
|
||||
)->show();
|
||||
|
||||
|
@ -678,8 +678,8 @@ void LocalModInfoPopup::doUninstall() {
|
|||
this,
|
||||
"Uninstall complete",
|
||||
"Mod was successfully uninstalled! :) "
|
||||
"(You may need to <cy>restart the game</c> "
|
||||
"for the mod to take full effect). "
|
||||
"(You have to <cy>restart the game</c> "
|
||||
"for the mod to take effect). "
|
||||
"<co>Would you also like to delete the mod's "
|
||||
"save data?</c>",
|
||||
"Keep",
|
||||
|
@ -749,8 +749,8 @@ void IndexItemInfoPopup::onInstallProgress(ModInstallEvent* event) {
|
|||
FLAlertLayer::create(
|
||||
"Install complete",
|
||||
"Mod successfully installed! :) "
|
||||
"(You may need to <cy>restart the game</c> "
|
||||
"for the mod to take full effect)",
|
||||
"(You have to <cy>restart the game</c> "
|
||||
"for the mod to take effect)",
|
||||
"OK"
|
||||
)->show();
|
||||
|
||||
|
|
Loading…
Reference in a new issue