diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs
index ad3b761..e7a8f83 100644
--- a/Bloxstrap/App.xaml.cs
+++ b/Bloxstrap/App.xaml.cs
@@ -172,7 +172,7 @@ namespace Bloxstrap
if (!menuLock.IsAcquired)
{
Frontend.ShowMessageBox(
- "The Bloxstrap menu is already open.",
+ Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
MessageBoxImage.Error
);
}
diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs
index d1ad1f1..2bcf4db 100644
--- a/Bloxstrap/Resources/Strings.Designer.cs
+++ b/Bloxstrap/Resources/Strings.Designer.cs
@@ -2457,6 +2457,15 @@ 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 a8f5b58..331331d 100644
--- a/Bloxstrap/Resources/Strings.resx
+++ b/Bloxstrap/Resources/Strings.resx
@@ -930,6 +930,9 @@ 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.