diff --git a/loader/src/ui/internal/info/ModInfoPopup.cpp b/loader/src/ui/internal/info/ModInfoPopup.cpp index 10f1f38d..1ec147d1 100644 --- a/loader/src/ui/internal/info/ModInfoPopup.cpp +++ b/loader/src/ui/internal/info/ModInfoPopup.cpp @@ -551,8 +551,8 @@ void LocalModInfoPopup::onUpdateProgress(ModInstallEvent* event) { FLAlertLayer::create( "Update complete", "Mod successfully updated! :) " - "(You may need to restart the game " - "for the mod to take full effect)", + "(You have to restart the game " + "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 restart the game " - "for the mod to take full effect). " + "(You have to restart the game " + "for the mod to take effect). " "Would you also like to delete the mod's " "save data?", "Keep", @@ -749,8 +749,8 @@ void IndexItemInfoPopup::onInstallProgress(ModInstallEvent* event) { FLAlertLayer::create( "Install complete", "Mod successfully installed! :) " - "(You may need to restart the game " - "for the mod to take full effect)", + "(You have to restart the game " + "for the mod to take effect)", "OK" )->show();