mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Typo : Use lower case for "of"
This commit is contained in:
@@ -1569,15 +1569,15 @@ QString RimEclipseResultDefinition::timeOfFlightString(bool shorter) const
|
|||||||
}
|
}
|
||||||
else if (injectorSelectionState() != NONE_SELECTED)
|
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)
|
else if (producerSelectionState() != NONE_SELECTED)
|
||||||
{
|
{
|
||||||
tofString = shorter ? "Rev.TOF" : "Reverse Time Of Flight";
|
tofString = shorter ? "Rev.TOF" : "Reverse Time of Flight";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
tofString = shorter ? "TOF" : "Time Of Flight";
|
tofString = shorter ? "TOF" : "Time of Flight";
|
||||||
}
|
}
|
||||||
|
|
||||||
multipleSelected =
|
multipleSelected =
|
||||||
|
|||||||
Reference in New Issue
Block a user