Adjust the TVD warning for LAS curves

This commit is contained in:
Jacob Støren
2017-05-02 14:31:05 +02:00
parent 33468faa28
commit 15d3e08f70

View File

@@ -84,7 +84,7 @@ void RimWellLogFileCurve::onLoadDataAndUpdate()
{
if (RiaApplication::instance()->preferences()->showLasCurveWithoutTvdWarning())
{
QString tmp = QString("Display of True Vertical Depth (TVD) for LAS curves in not yet supported, and no LAS curve will be displayed in this mode.\n\n");
QString tmp = QString("Display of True Vertical Depth (TVD) for LAS curves is not yet supported, and the LAS curve will be hidden in this mode.\n\n");
tmp += "Control display of this warning from \"Preferences->Show LAS curve without TVD warning\"";
QMessageBox::warning(NULL, "LAS curve without TVD", tmp);