diff --git a/PROMS/Volian.Controls.Library/vlnTreeView.cs b/PROMS/Volian.Controls.Library/vlnTreeView.cs index 84047f42..4a87335b 100644 --- a/PROMS/Volian.Controls.Library/vlnTreeView.cs +++ b/PROMS/Volian.Controls.Library/vlnTreeView.cs @@ -2522,8 +2522,10 @@ namespace Volian.Controls.Library if (_LastItemInfo.Sections == null && _LastItemInfo.Steps != null && _LastItemInfo.Steps.Count > 0) { // C2020-016 reformatted and reworded the message. - string msgstr = - "PROMS will hide the steps in this section when the subsection is created.\n\n" + + // C2020-047 reformatted and reworded the message. + string msgstr = + "If there are already steps in the high level section, then PROMS will hide\n" + + "the steps in this section when the subsection is created.\n\n" + "If you would like to view or copy these hidden steps you will need to go\n" + "into the properties of this section and check the Editable Data checkbox.\n" + "You will then be able to view and copy those steps. When finished, open\n" +