From 59f57044e93afec6a63998aad874b505524689ae Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 16 Aug 2017 16:29:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B8=EC=B2=99=20=EB=AA=A8=EB=93=9C=20?= =?UTF-8?q?=EB=AC=B8=EA=B5=AC=20=EB=B3=80=EA=B2=BD=20=EC=9A=94=EC=B2=AD=20?= =?UTF-8?q?=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/washwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/gui/oven_control/washwindow.cpp b/app/gui/oven_control/washwindow.cpp index 43f3c1b..ba9fb70 100644 --- a/app/gui/oven_control/washwindow.cpp +++ b/app/gui/oven_control/washwindow.cpp @@ -74,8 +74,8 @@ WashWindow::WashWindow(QWidget *parent) : ui->animation->load(":/images/animation/wash_03.png"); ui->animation->load(":/images/animation/wash_04.png"); ui->washStepGauge->setValue(0); - ui->titleLabel->setText(tr("스팀통헹굼 진행 중입니다.")); - ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요.")); + ui->titleLabel->setText(tr("제품 스팀통을 세척 중입니다")); + ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요\n제품의 스팀통 자동 세척 기능을 실행 중입니다")); ui->washStepTypeLabel->setText(""); ui->washStepCountLabel->setText(""); @@ -260,7 +260,7 @@ void WashWindow::onChanged() ui->animation->load(":/images/animation/wash_04.png"); ui->washStepGauge->setValue(0); ui->titleLabel->setText(tr("기기의 내부를 세척 중입니다")); - ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요.\n기기의 내부의 자동 세척 기능을 실행 중입니다.")); + ui->descLabel->setText(tr("완료될 때까지 문을 열지 마세요.\n제품 내부의 자동 세척 기능을 실행 중입니다.")); ui->washStepTypeLabel->setText(""); ui->washStepCountLabel->setText(""); -- 2.1.4