C2020-021 added the word “the” to the Default Section Checkbox description

This commit is contained in:
John Jenko 2020-07-06 13:16:09 +00:00
parent 7bc538865c
commit 6e1af874da

View File

@ -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