From bd127320d7aea3f2804366325702ac7cc644c447 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sat, 14 Jun 2014 22:24:07 +0200 Subject: [PATCH] OP-1351 thermal calibration - fixed glitch in time display --- .../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 be0c261ab..6013ed989 100644 --- a/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp +++ b/ground/openpilotgcs/src/plugins/config/calibration/thermal/thermalcalibrationhelper.cpp @@ -439,7 +439,7 @@ void ThermalCalibrationHelper::updateTemperature(float temp) setProgressMax(100); QTime time = QTime(0, 0).addSecs(m_targetduration); - QString timeString = time.toString(tr("m''''s'''''")); + QString timeString = time.toString(tr("m''s''''")); addInstructions(tr("Estimated acquisition duration is %1.").arg(timeString)); QString str = QStringLiteral("INFO::Trace gradient : %1, elapsed : %2 initial gradient : %3, target : %4")