fix ElementAttributeMultipleDefinitions being wiped
Some checks are pending
CI (Debug) / build (push) Waiting to run
CI (Release) / build (push) Waiting to run
CI (Release) / release (push) Blocked by required conditions
CI (Release) / release-test (push) Blocked by required conditions

This commit is contained in:
bluepilledgreat 2025-03-13 20:17:50 +00:00
parent cdf129846d
commit cdadcb09a3
2 changed files with 3 additions and 2 deletions

View File

@ -1100,7 +1100,7 @@ namespace Bloxstrap.Resources {
}
/// <summary>
/// Looks up a localized string similar to .
/// Looks up a localized string similar to {0} can only have one {1} defined.
/// </summary>
public static string CustomTheme_Errors_ElementAttributeMultipleDefinitions {
get {

View File

@ -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>
</data>
<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 name="CustomTheme.Errors.ElementAttributeMultipleChildren" xml:space="preserve">
<value>{0}.{1} can only have one child</value>