From 9efa1f01f3716abe7a1c22a3a767e81504921dd1 Mon Sep 17 00:00:00 2001
From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com>
Date: Wed, 7 Feb 2024 15:00:31 +0000
Subject: [PATCH] Revert "add to strings"
This reverts commit d7966f438599a50b7cad1220038df48267b76c98.
---
Bloxstrap/App.xaml.cs | 2 +-
Bloxstrap/Resources/Strings.Designer.cs | 9 ---------
Bloxstrap/Resources/Strings.resx | 3 ---
3 files changed, 1 insertion(+), 13 deletions(-)
diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs
index e7a8f83..ad3b761 100644
--- a/Bloxstrap/App.xaml.cs
+++ b/Bloxstrap/App.xaml.cs
@@ -172,7 +172,7 @@ namespace Bloxstrap
if (!menuLock.IsAcquired)
{
Frontend.ShowMessageBox(
- Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
+ "The Bloxstrap menu is already open.",
MessageBoxImage.Error
);
}
diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs
index 2bcf4db..d1ad1f1 100644
--- a/Bloxstrap/Resources/Strings.Designer.cs
+++ b/Bloxstrap/Resources/Strings.Designer.cs
@@ -2457,15 +2457,6 @@ namespace Bloxstrap.Resources {
}
}
- ///
- /// Looks up a localized string similar to The Bloxstrap menu is already open..
- ///
- public static string Menu_MenuAlreadyRunning {
- get {
- return ResourceManager.GetString("Menu.MenuAlreadyRunning", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to Manage and apply file mods to the Roblox game client..
///
diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx
index 331331d..a8f5b58 100644
--- a/Bloxstrap/Resources/Strings.resx
+++ b/Bloxstrap/Resources/Strings.resx
@@ -930,9 +930,6 @@ Selecting 'No' will ignore this warning and continue installation.
Integrations
-
- The Bloxstrap menu is already open.
-
Manage and apply file mods to the Roblox game client.