mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
parent
375738fe70
commit
9efa1f01f3
@ -172,7 +172,7 @@ namespace Bloxstrap
|
|||||||
if (!menuLock.IsAcquired)
|
if (!menuLock.IsAcquired)
|
||||||
{
|
{
|
||||||
Frontend.ShowMessageBox(
|
Frontend.ShowMessageBox(
|
||||||
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
"The Bloxstrap menu is already open.",
|
||||||
MessageBoxImage.Error
|
MessageBoxImage.Error
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
9
Bloxstrap/Resources/Strings.Designer.cs
generated
9
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -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>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Manage and apply file mods to the Roblox game client..
|
/// Looks up a localized string similar to Manage and apply file mods to the Roblox game client..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -930,9 +930,6 @@ Selecting 'No' will ignore this warning and continue installation.</value>
|
|||||||
<data name="Menu.Integrations.Title" xml:space="preserve">
|
<data name="Menu.Integrations.Title" xml:space="preserve">
|
||||||
<value>Integrations</value>
|
<value>Integrations</value>
|
||||||
</data>
|
</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">
|
<data name="Menu.Mods.Description" xml:space="preserve">
|
||||||
<value>Manage and apply file mods to the Roblox game client.</value>
|
<value>Manage and apply file mods to the Roblox game client.</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user