From 3c7563775277a31c9b901369791da6f6ccb78b44 Mon Sep 17 00:00:00 2001 From: mschill Date: Tue, 29 Oct 2024 07:54:50 -0400 Subject: [PATCH] =?UTF-8?q?C2024-033=20RO=20Editor=20=E2=80=93=20Clarify?= =?UTF-8?q?=20wording=20presented=20to=20user=20when=20utilizing=20new=20M?= =?UTF-8?q?ove=20RO=20feature=20in=20RO=20Editor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/ReferencedObjects/Exe/RefObj/ROEditor/ROEditor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/ROEditor.cs b/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/ROEditor.cs index 4cf8fc47..c4c782d3 100644 --- a/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/ROEditor.cs +++ b/PROMS/ReferencedObjects/Exe/RefObj/ROEditor/ROEditor.cs @@ -1673,9 +1673,9 @@ namespace ROEditor { ROCutWasSelected = true; - string msgstr = "It is recommended that after moving ROs, you create a FST an use it to update RO Values in PROMS to ensure RO Links properly move to the new location as well.\n\n Are you sure you wish to move the RO(s)?"; + string msgstr = "It is recommended that after moving ROs, you create a FST and use it to update RO Values in PROMS to ensure RO Links properly move to the new location as well.\n\n Are you sure you wish to move the RO(s)?"; - DialogResult AnswerYN = MessageBox.Show(msgstr, "RO Editor", MessageBoxButtons.YesNo); + DialogResult AnswerYN = MessageBox.Show(msgstr, "Moving ROs", MessageBoxButtons.YesNo); if (AnswerYN != DialogResult.Yes) ROCutWasSelected = false;