ItemReceivedEditor tweak (#715)

Renaming button to "Give All Furniture + Clothing" to clarify that it adds all non bug/fish/art/dive items (i.e. furn + clothes).
This commit is contained in:
Josh (vector_cmdr) 2026-01-25 17:05:28 +11:00 committed by GitHub
parent 943cd06703
commit 308e613633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ private void InitializeComponent()
//
this.B_AllFurniture.Name = "B_AllFurniture";
this.B_AllFurniture.Size = new System.Drawing.Size(191, 24);
this.B_AllFurniture.Text = "Give All Furniture";
this.B_AllFurniture.Text = "Give All Furniture + Clothing";
this.B_AllFurniture.Click += new System.EventHandler(this.B_AllFurniture_Click);
//
// B_GiveEverything