1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

OPO-1384 thermal calibration ui : changed label Variance back to Gradient

This commit is contained in:
Philippe Renon 2014-07-03 00:54:00 +02:00
parent 20df4b7903
commit f345adae44

View File

@ -330,7 +330,7 @@ void ConfigRevoWidget::displayTemperature(float temperature)
void ConfigRevoWidget::displayTemperatureGradient(float temperatureGradient)
{
m_ui->temperatureGradientLabel->setText(tr("Variance: %1°C/min").arg(format(temperatureGradient)));
m_ui->temperatureGradientLabel->setText(tr("Gradient: %1°C/min").arg(format(temperatureGradient)));
}
void ConfigRevoWidget::displayTemperatureRange(float temperatureRange)