From cdadcb09a32d389fe279531dcf9c529600109375 Mon Sep 17 00:00:00 2001
From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com>
Date: Thu, 13 Mar 2025 20:17:50 +0000
Subject: [PATCH] fix ElementAttributeMultipleDefinitions being wiped
---
Bloxstrap/Resources/Strings.Designer.cs | 2 +-
Bloxstrap/Resources/Strings.resx | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs
index eecb287..69565c6 100644
--- a/Bloxstrap/Resources/Strings.Designer.cs
+++ b/Bloxstrap/Resources/Strings.Designer.cs
@@ -1100,7 +1100,7 @@ namespace Bloxstrap.Resources {
}
///
- /// Looks up a localized string similar to .
+ /// Looks up a localized string similar to {0} can only have one {1} defined.
///
public static string CustomTheme_Errors_ElementAttributeMultipleDefinitions {
get {
diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx
index 62b5aaf..20624a5 100644
--- a/Bloxstrap/Resources/Strings.resx
+++ b/Bloxstrap/Resources/Strings.resx
@@ -1357,7 +1357,8 @@ Please close any applications that may be using Roblox's files, and relaunch.{0} is the element name (e.g. Button), {1} is the enum name (e.g. WindowCornerType), {2} is the value
-
+ {0} can only have one {1} defined
+ {0} is the element name (e.g. Button), {1} is the attribute name (e.g. Text)
{0}.{1} can only have one child