Retranslate helpLabel

--HG--
branch : feature
This commit is contained in:
Valentina Zhuravska 2016-01-06 09:11:44 +02:00
parent 772836b516
commit be3e6e5498

View File

@ -1127,6 +1127,7 @@ void MainWindow::changeEvent(QEvent *event)
ui->retranslateUi(this); ui->retranslateUi(this);
undoAction->setText(tr("&Undo")); undoAction->setText(tr("&Undo"));
redoAction->setText(tr("&Redo")); redoAction->setText(tr("&Redo"));
helpLabel->setText(QObject::tr("Create new pattern piece to start working."));
} }
// remember to call base class implementation // remember to call base class implementation
QMainWindow::changeEvent(event); QMainWindow::changeEvent(event);