C2020-047: Add explanation to insert subsection dialog

This commit is contained in:
Kathy Ruffing 2020-11-13 13:51:08 +00:00
parent 416a400586
commit 0abcfd1bdf

View File

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