From d7966f438599a50b7cad1220038df48267b76c98 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sat, 3 Feb 2024 13:25:52 +0000 Subject: [PATCH] add to strings --- Bloxstrap/App.xaml.cs | 2 +- Bloxstrap/Resources/Strings.Designer.cs | 9 +++++++++ Bloxstrap/Resources/Strings.resx | 3 +++ 3 files changed, 13 insertions(+), 1 deletion(-) 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.