mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add to strings
This commit is contained in:
parent
635d4492aa
commit
d7966f4385
@ -172,7 +172,7 @@ namespace Bloxstrap
|
||||
if (!menuLock.IsAcquired)
|
||||
{
|
||||
Frontend.ShowMessageBox(
|
||||
"The Bloxstrap menu is already open.",
|
||||
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
||||
MessageBoxImage.Error
|
||||
);
|
||||
}
|
||||
|
9
Bloxstrap/Resources/Strings.Designer.cs
generated
9
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -2457,6 +2457,15 @@ 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>
|
||||
|
@ -930,6 +930,9 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user