diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.cs index 18d658b5..c5027764 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.cs @@ -517,7 +517,7 @@ namespace VEPROMS // that use the 'WithSteps' numbering sequence. if (_SectionConfig.Section_OriginalSteps == "Y") { - ppCbDefaultStepSection.Text = "This is Default Step Section"; + ppCbDefaultStepSection.Text = "This is the Default Step Section"; // C2020-021 add the word "the" _isDefaultStepSection = true; } else