|
|
@ -28,7 +28,7 @@ BoostDlg::BoostDlg(int idx, const QString &zoneName, double temperature, |
|
|
|
QWidget *parent, Qt::WindowFlags f) : QWidget(parent, f) |
|
|
|
{ |
|
|
|
QString sheet; |
|
|
|
QLabel *room_name = new QLabel(QString(tr("Force %1 temperature: (actual target: %2 °C)") |
|
|
|
QLabel *room_name = new QLabel(QString(tr("Temporarily set %1 temperature: (actual target: %2 °C)") |
|
|
|
.arg(zoneName) |
|
|
|
.arg(temperature))); |
|
|
|
|
|
|
|