From 0abcfd1bdf762e513799a8a03ff1d7bf76d0e5c3 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 13 Nov 2020 13:51:08 +0000 Subject: [PATCH] C2020-047: Add explanation to insert subsection dialog --- PROMS/Volian.Controls.Library/vlnTreeView.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" +