From 0ccf4e2ea29283d6972a55c6046113c2704602cf Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 3 Jul 2014 00:23:51 +0200 Subject: [PATCH] OP-1384 minor changes to thermal calibration textual instructions --- .../config/calibration/thermal/thermalcalibrationhelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp b/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp index 1190fb537..d7997251e 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp @@ -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());