Set translation in the helpLabel to "Changes applied".

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2016-01-11 14:17:41 +02:00
parent c81724d42b
commit c7696c9d2a

View file

@ -1127,7 +1127,7 @@ void MainWindow::changeEvent(QEvent *event)
ui->retranslateUi(this);
undoAction->setText(tr("&Undo"));
redoAction->setText(tr("&Redo"));
helpLabel->setText(QObject::tr("Create new pattern piece to start working."));
helpLabel->setText(QObject::tr("Changes applied."));
patternPieceLabel->setText(tr("Pattern Piece: "));
UpdateWindowTitle();
}