From 41a103714ef93c6d3cba700e801c37727515b75e Mon Sep 17 00:00:00 2001 From: astridkbjorke Date: Fri, 10 Feb 2017 10:49:36 +0100 Subject: [PATCH] #1196 - pre-proto - Rename to PseudoLenght Location --- ApplicationCode/ProjectDataModel/RimSimWellFracture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationCode/ProjectDataModel/RimSimWellFracture.cpp b/ApplicationCode/ProjectDataModel/RimSimWellFracture.cpp index adce521018..80f637c61a 100644 --- a/ApplicationCode/ProjectDataModel/RimSimWellFracture.cpp +++ b/ApplicationCode/ProjectDataModel/RimSimWellFracture.cpp @@ -41,7 +41,7 @@ RimSimWellFracture::RimSimWellFracture(void) { CAF_PDM_InitObject("SimWellFracture", ":/FractureSymbol16x16.png", "", ""); - CAF_PDM_InitField(&m_location, "MeasuredDepth", 0.0f, "Measured Depth Location", "", "", ""); + CAF_PDM_InitField(&m_location, "MeasuredDepth", 0.0f, "Pseudo Length Location", "", "", ""); m_location.uiCapability()->setUiEditorTypeName(caf::PdmUiDoubleSliderEditor::uiEditorTypeName()); CAF_PDM_InitField(&m_branchIndex, "Branch", 0, "Branch", "", "", "");