#2223 Well Formations: Rename to Well Picks where sensible

This commit is contained in:
Rebecca Cox
2017-12-05 14:14:53 +01:00
parent e344fcd47a
commit 5145d3f8a5
6 changed files with 13 additions and 13 deletions
@@ -349,7 +349,7 @@ void RimWellPathCollection::addWellPathFormations(const QStringList& filePaths)
}
wellPath->setFormationsGeometry(it->second);
m_newestAddedWellPath = wellPath;
RiaLogging::info(QString("Well path formations set for well %1").arg(wellPath->name()));
RiaLogging::info(QString("Well picks set for well %1").arg(wellPath->name()));
}
}