From b42b8ddfa3842794c26640c58e8bd798ef75ab4e Mon Sep 17 00:00:00 2001 From: Paul Larsen Date: Thu, 1 Aug 2024 10:42:53 -0400 Subject: [PATCH] B2024-054_Update_Tool_tip_text_for_delete_annotations --- PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs | 2 +- PROMS/VEPROMS User Interface/frmBatchRefresh.resx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs index a57d9fd7..e245dde7 100644 --- a/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs +++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.Designer.cs @@ -591,7 +591,7 @@ this.labelX14.Location = new System.Drawing.Point(85, 14); this.labelX14.Name = "labelX14"; this.labelX14.Size = new System.Drawing.Size(186, 22); - this.superTooltip1.SetSuperTooltip(this.labelX14, new DevComponents.DotNetBar.SuperTooltipInfo("Refresh Transitions", "", resources.GetString("labelX14.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(256, 175))); + this.superTooltip1.SetSuperTooltip(this.labelX14, new DevComponents.DotNetBar.SuperTooltipInfo("Process Deletions", "", resources.GetString("labelX14.SuperTooltip"), null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(200, 175))); this.labelX14.TabIndex = 36; this.labelX14.Text = "Delete Annotations"; // diff --git a/PROMS/VEPROMS User Interface/frmBatchRefresh.resx b/PROMS/VEPROMS User Interface/frmBatchRefresh.resx index 6f97b4fc..5f6986c5 100644 --- a/PROMS/VEPROMS User Interface/frmBatchRefresh.resx +++ b/PROMS/VEPROMS User Interface/frmBatchRefresh.resx @@ -149,11 +149,11 @@ Be sure a current backup of the database exists prior to running this function. If more than one procedure is selected, it is recommended that this be performed during off hours. - This function will refresh transitions in all procedures selected below, whether they were selected individually or as a group via a procedure set. + This will allow for the deletion of groups of annotations and allow for deleting entire folders within PROMS. Use the tree nodes to select which items to delete. -Be sure a current backup of the database exists prior to running this function. +Click on the on/off switches to turn on/off each tool. -If more than one procedure is selected, it is recommended that this be performed during off hours. +Note that only one of these tools can be run at a time. This allows the user to check referenced objects links in procedure step data for multiple working drafts in a batch mode. -- 2.47.2