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.