1
0
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:
Philippe Renon 2014-07-03 00:23:51 +02:00
parent 4de8575fa9
commit 0ccf4e2ea2

View File

@ -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());