mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-18 00:21:33 -07:00
fix ElementAttributeMultipleDefinitions being wiped
This commit is contained in:
parent
cdf129846d
commit
cdadcb09a3
2
Bloxstrap/Resources/Strings.Designer.cs
generated
2
Bloxstrap/Resources/Strings.Designer.cs
generated
@ -1100,7 +1100,7 @@ namespace Bloxstrap.Resources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to .
|
/// Looks up a localized string similar to {0} can only have one {1} defined.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string CustomTheme_Errors_ElementAttributeMultipleDefinitions {
|
public static string CustomTheme_Errors_ElementAttributeMultipleDefinitions {
|
||||||
get {
|
get {
|
||||||
|
@ -1357,7 +1357,8 @@ Please close any applications that may be using Roblox's files, and relaunch.</v
|
|||||||
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
<comment>{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
<data name="CustomTheme.Errors.ElementAttributeMultipleDefinitions" xml:space="preserve">
|
||||||
<value />
|
<value>{0} can only have one {1} defined</value>
|
||||||
|
<comment>{0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
<data name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
|
||||||
<value>{0}.{1} can only have one child</value>
|
<value>{0}.{1} can only have one child</value>
|
||||||
|
Loading…
Reference in New Issue
Block a user