mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1384 minor changes to thermal calibration textual instructions
This commit is contained in:
parent
4de8575fa9
commit
0ccf4e2ea2
@ -407,7 +407,7 @@ void ThermalCalibrationHelper::updateTemperature(float temp)
|
||||
}
|
||||
if (!m_rangeReached && (range() >= TargetTempDelta)) {
|
||||
m_rangeReached = true;
|
||||
addInstructions(tr("Target temperature span has been acquired. You may now end acquisition or continue."));
|
||||
addInstructions(tr("Target temperature span has been acquired. Acquisition may be ended or, preferably, continued."));
|
||||
}
|
||||
emit temperatureRangeChanged(range());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user