mirror of https://github.com/qt/qtdoc.git
Correct a typo in Thermostat example
Pick-to: 6.5 Change-Id: Ifcfb7005fb95ad7851e701fd7cbb287f4341f086 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> (cherry picked from commit44c9b5162f
) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit9ff47ec545
)
This commit is contained in:
parent
968590c264
commit
617f0777ae
|
@ -18,7 +18,7 @@ ThermostatInfo {
|
||||||
|
|
||||||
title: qsTr("Temperature")
|
title: qsTr("Temperature")
|
||||||
leftIcon: "images/temperature"
|
leftIcon: "images/temperature"
|
||||||
topLabel: qsTr("Avarage: %1°C".arg(avgTempValue))
|
topLabel: qsTr("Average: %1°C".arg(avgTempValue))
|
||||||
bottomLeftLabel: qsTr("Minimum: %1°C".arg(minTempValue))
|
bottomLeftLabel: qsTr("Minimum: %1°C".arg(minTempValue))
|
||||||
bottomLeftIcon: "images/minTemp.svg"
|
bottomLeftIcon: "images/minTemp.svg"
|
||||||
bottomRightLabel: qsTr("Maximum: %1°C".arg(maxTempValue))
|
bottomRightLabel: qsTr("Maximum: %1°C".arg(maxTempValue))
|
||||||
|
|
Loading…
Reference in New Issue