From c7696c9d2a761bc5618c99257f6770bec234d131 Mon Sep 17 00:00:00 2001 From: Valentina Zhuravska Date: Mon, 11 Jan 2016 14:17:41 +0200 Subject: [PATCH] Set translation in the helpLabel to "Changes applied". --HG-- branch : feature --- src/app/valentina/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }