mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-21 22:13:25 -06:00
Typo : Use lower case for "of"
This commit is contained in:
parent
237f31ca17
commit
5c355245f9
@ -1569,15 +1569,15 @@ QString RimEclipseResultDefinition::timeOfFlightString(bool shorter) const
|
||||
}
|
||||
else if (injectorSelectionState() != NONE_SELECTED)
|
||||
{
|
||||
tofString = shorter ? "Fwd.TOF" : "Forward Time Of Flight";
|
||||
tofString = shorter ? "Fwd.TOF" : "Forward Time of Flight";
|
||||
}
|
||||
else if (producerSelectionState() != NONE_SELECTED)
|
||||
{
|
||||
tofString = shorter ? "Rev.TOF" : "Reverse Time Of Flight";
|
||||
tofString = shorter ? "Rev.TOF" : "Reverse Time of Flight";
|
||||
}
|
||||
else
|
||||
{
|
||||
tofString = shorter ? "TOF" : "Time Of Flight";
|
||||
tofString = shorter ? "TOF" : "Time of Flight";
|
||||
}
|
||||
|
||||
multipleSelected =
|
||||
|
Loading…
Reference in New Issue
Block a user