Merge pull request 'C2024-033 RO Editor – Clarify wording presented to user when utilizing new Move RO feature in RO Editor.' (#447) from C2024-033 into Development
ready for testing phase
This commit is contained in:
commit
053ebca267
@ -1673,9 +1673,9 @@ namespace ROEditor
|
|||||||
{
|
{
|
||||||
ROCutWasSelected = true;
|
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)
|
if (AnswerYN != DialogResult.Yes)
|
||||||
ROCutWasSelected = false;
|
ROCutWasSelected = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user