Commit 59f57044e93afec6a63998aad874b505524689ae

Authored by 김태훈
1 parent 149d7445e0
Exists in master and in 2 other branches fhd, fhd-demo

세척 모드 문구 변경 요청 반영

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
app/gui/oven_control/washwindow.cpp
... ... @@ -74,8 +74,8 @@ WashWindow::WashWindow(QWidget *parent) :
74 74 ui->animation->load(":/images/animation/wash_03.png");
75 75 ui->animation->load(":/images/animation/wash_04.png");
76 76 ui->washStepGauge->setValue(0);
77   - ui->titleLabel->setText(tr("스팀통헹굼 진행 중입니다."));
78   - ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요."));
  77 + ui->titleLabel->setText(tr("제품 스팀통을 세척 중입니다"));
  78 + ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요\n제품의 스팀통 자동 세척 기능을 실행 중입니다"));
79 79 ui->washStepTypeLabel->setText("");
80 80 ui->washStepCountLabel->setText("");
81 81  
... ... @@ -260,7 +260,7 @@ void WashWindow::onChanged()
260 260 ui->animation->load(":/images/animation/wash_04.png");
261 261 ui->washStepGauge->setValue(0);
262 262 ui->titleLabel->setText(tr("기기의 내부를 세척 중입니다"));
263   - ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요.\n기기의 내부의 자동 세척 기능을 실행 중입니다."));
  263 + ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요.\n제품 내부의 자동 세척 기능을 실행 중입니다."));
264 264 ui->washStepTypeLabel->setText("");
265 265 ui->washStepCountLabel->setText("");
266 266  
... ...