mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix bug in error message format
This commit is contained in:
parent
6c11b6f33b
commit
5a7b52abf6
@ -140,7 +140,7 @@ void RimWellLogFileCurve::onLoadDataAndUpdate( bool updateParentPlot )
|
|||||||
if ( wellLogPlot && !this->curveData()->availableDepthTypes().count( wellLogPlot->depthType() ) )
|
if ( wellLogPlot && !this->curveData()->availableDepthTypes().count( wellLogPlot->depthType() ) )
|
||||||
{
|
{
|
||||||
QString depthTitle = wellLogPlot->depthAxisTitle();
|
QString depthTitle = wellLogPlot->depthAxisTitle();
|
||||||
errMsg = QString( "Display of %1 for LAS curves is not possible without %1 "
|
errMsg = QString( "Display of %1 for LAS curves is not possible without %2 "
|
||||||
"values in the LAS-file or a well path to derive them from." )
|
"values in the LAS-file or a well path to derive them from." )
|
||||||
.arg( depthTitle )
|
.arg( depthTitle )
|
||||||
.arg( depthTitle );
|
.arg( depthTitle );
|
||||||
|
Loading…
Reference in New Issue
Block a user