From 74f63df43a01b3deeca261152e3f90a3d0776dbb Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Fri, 5 May 2023 08:45:34 +0100 Subject: [PATCH] Fix typo in ReShade removal notice (#195) mfw https://twitter.com/boxerpizza/status/1650825767553495041 came back to slap me in the face --- Bloxstrap/Bootstrapper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Bootstrapper.cs b/Bloxstrap/Bootstrapper.cs index 9ecfb0d..5b915eb 100644 --- a/Bloxstrap/Bootstrapper.cs +++ b/Bloxstrap/Bootstrapper.cs @@ -849,7 +849,7 @@ namespace Bloxstrap if (File.Exists(injectorLocation)) { App.ShowMessageBox( - "Roblox has now completeted rollout of the new client update, featuring 64-bit support and the Hyperion anticheat. ReShade does not work with this update, and so it has now been removed from Bloxstrap.\n\n"+ + "Roblox has now finished rolling out the new game client update, featuring 64-bit support and the Hyperion anticheat. ReShade does not work with this update, and so it has now been disabled and removed from Bloxstrap.\n\n"+ "Your ReShade configuration files will still be saved, and you can locate them by opening the folder where Bloxstrap is installed to, and navigating to the Integrations folder. You can choose to delete these if you want.", MessageBoxImage.Warning );