Revert "add to strings"

This reverts commit d7966f4385.
This commit is contained in:
bluepilledgreat 2024-02-07 15:00:31 +00:00
parent 375738fe70
commit 9efa1f01f3
3 changed files with 1 additions and 13 deletions

View File

@ -172,7 +172,7 @@ namespace Bloxstrap
if (!menuLock.IsAcquired)
{
Frontend.ShowMessageBox(
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
"The Bloxstrap menu is already open.",
MessageBoxImage.Error
);
}

View File

@ -2457,15 +2457,6 @@ namespace Bloxstrap.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to The Bloxstrap menu is already open..
/// </summary>
public static string Menu_MenuAlreadyRunning {
get {
return ResourceManager.GetString("Menu.MenuAlreadyRunning", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Manage and apply file mods to the Roblox game client..
/// </summary>

View File

@ -930,9 +930,6 @@ Selecting 'No' will ignore this warning and continue installation.</value>
<data name="Menu.Integrations.Title" xml:space="preserve">
<value>Integrations</value>
</data>
<data name="Menu.MenuAlreadyRunning" xml:space="preserve">
<value>The Bloxstrap menu is already open.</value>
</data>
<data name="Menu.Mods.Description" xml:space="preserve">
<value>Manage and apply file mods to the Roblox game client.</value>
</data>