mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use : as separator instead of -
This commit is contained in:
@@ -70,7 +70,7 @@ QString RimGridCalculationVariable::displayString() const
|
||||
if ( m_eclipseCase() ) nameComponents.append( m_eclipseCase()->uiName() );
|
||||
|
||||
nameComponents.append( m_resultVariable() );
|
||||
return nameComponents.join( " - " );
|
||||
return nameComponents.join( " : " );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user