From 1c9334a52bc4f27f4921fc562da9c7b3e64a56e8 Mon Sep 17 00:00:00 2001 From: mschill Date: Mon, 16 Sep 2024 11:53:20 -0400 Subject: [PATCH] B2024-070_072_Correct_Typos__Setpoint_ID__and__Category_of_Transitions --- PROMS/Volian.Controls.Library/DisplayReports.Designer.cs | 2 +- PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs b/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs index a96f7d1d..c7105441 100644 --- a/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplayReports.Designer.cs @@ -503,7 +503,7 @@ namespace Volian.Controls.Library this.cbxSortBySetpointID.Size = new System.Drawing.Size(121, 23); this.cbxSortBySetpointID.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbxSortBySetpointID.TabIndex = 11; - this.cbxSortBySetpointID.Text = "Sort By Sepoint ID"; + this.cbxSortBySetpointID.Text = "Sort By Setpoint ID"; this.cbxSortBySetpointID.Visible = false; // // DisplayReports diff --git a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs index 3d4532d4..90c04f15 100644 --- a/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs +++ b/PROMS/Volian.Controls.Library/DisplaySearch.Designer.cs @@ -270,7 +270,7 @@ namespace Volian.Controls.Library this.cbxTranCategory.Name = "cbxTranCategory"; this.cbxTranCategory.Size = new System.Drawing.Size(215, 21); this.cbxTranCategory.TabIndex = 1; - this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions"; + this.cbxTranCategory.WatermarkText = "Select Category of Transitions"; // // lblTranCategory // @@ -402,7 +402,7 @@ namespace Volian.Controls.Library this.cbxTranCategory.Name = "cbxTranCategory"; this.cbxTranCategory.Size = new System.Drawing.Size(215, 21); this.cbxTranCategory.TabIndex = 1; - this.cbxTranCategory.WatermarkText = "Select Cateogry of Transitions"; + this.cbxTranCategory.WatermarkText = "Select Category of Transitions"; // // lblTranCategory // -- 2.47.2