Consistent wording to refer to Working Drafts (Doc Versions)

This commit is contained in:
Rich
2015-08-04 13:00:57 +00:00
parent a9745c111a
commit 9854bc7690
3 changed files with 5 additions and 5 deletions

View File

@@ -598,7 +598,7 @@ namespace Volian.Controls.Library
OwnerInfoList.Reset();
oil = OwnerInfoList.GetByVersionID(dvi.VersionID);
if (dvi.ActiveFormat.PlantFormat.FormatData.SpecificInfo)
cm.MenuItems.Add("Document Version Specific Information", new EventHandler(mi_Click));
cm.MenuItems.Add("Working Draft Specific Information", new EventHandler(mi_Click));
cm.MenuItems.Add("Refresh Checked Out Procedures", new EventHandler(mi_Click));
cm.MenuItems.Add("New Procedure", new EventHandler(mi_Click));
if (dvi.MultiUnitCount > 1)
@@ -1203,7 +1203,7 @@ namespace Volian.Controls.Library
MenuItem mi = sender as MenuItem;
if (mi == null)
return;
if (mi.Text == "Document Version Specific Information" || mi.Text == "Folder Specific Information")
if (mi.Text == "Working Draft Specific Information" || mi.Text == "Folder Specific Information")
{
VETreeNode tn = SelectedNode as VETreeNode;
OnNodeSI(this, new vlnTreeEventArgs(tn, null, 0));