mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-25 15:47:17 -05:00
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:
parent
943cd06703
commit
308e613633
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user