1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

OP-1351 thermal calibration - fixed glitch in time display

This commit is contained in:
Philippe Renon 2014-06-14 22:24:07 +02:00
parent 7eea7113e3
commit bd127320d7

View File

@ -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")