diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.cs b/PROMS/VEPROMS User Interface/frmBatchRefresh.cs index 58c9fe2b..7d1453ab 100644 --- a/PROMS/VEPROMS User Interface/frmBatchRefresh.cs +++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.cs @@ -53,7 +53,7 @@ namespace VEPROMS adminToolsList.Add("Purge Disconnected Items" , "Purge Disconnected Items Guidance" , "Everything in PROMS is inter-related. A working draft knows what is its first procedure and a procedure knows what is its first step. Likewise, a procedure knows what procedure is before it and after it.\r\n\r\nOccasionally, an item will become disconnected and does not know where it fits into the relationships. This tool removes any disconnected items from the database." - , "Be sure to have a backup prior to runing this!!\r\n\r\nThis tool may take an extended period of time to execute." + , "Be sure to have a backup prior to running this!!\r\n\r\nThis tool may take an extended period of time to execute." , "Warning:" , true , true diff --git a/PROMS/Volian.Controls.Library/StepTabRibbon.cs b/PROMS/Volian.Controls.Library/StepTabRibbon.cs index 4c119556..367e6261 100644 --- a/PROMS/Volian.Controls.Library/StepTabRibbon.cs +++ b/PROMS/Volian.Controls.Library/StepTabRibbon.cs @@ -2484,7 +2484,7 @@ namespace Volian.Controls.Library _ContextMenuBar.SetContextMenuEx(_MyStepRTB, btnCMStepPaste); break; } - if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi)); + if (displayMenu && UserInfo.CanEdit(MyUserInfo, Mydvi)) { SendKeys.Send("+{F10}{DOWN}"); // Display Context menu while (moveDown > 0) // position to current type