Changing name of fishbone-wellpath-collection from "Well path" to "Imported Laterals"

This commit is contained in:
astridkbjorke
2017-07-05 10:32:02 +02:00
parent 68ec65602a
commit bf15e48b29
2 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ RimFishbonesCollection::RimFishbonesCollection()
fishbonesSubs.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&m_wellPathCollection, "WellPathCollection", "Well Paths", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_wellPathCollection, "WellPathCollection", "Imported Laterals", "", "", "");
m_wellPathCollection = new RimFishboneWellPathCollection;
m_wellPathCollection.uiCapability()->setUiHidden(true);