diff --git a/src/app/valentina/mainwindow.cpp b/src/app/valentina/mainwindow.cpp index e2dcab1fb..b66dc7756 100644 --- a/src/app/valentina/mainwindow.cpp +++ b/src/app/valentina/mainwindow.cpp @@ -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(); }