Replace a duplicate string
This commit is contained in:
@@ -2015,7 +2015,7 @@ void Controller::shutdownhushd()
|
|||||||
connD.topIcon->setMovie(movie2);
|
connD.topIcon->setMovie(movie2);
|
||||||
movie2->start();
|
movie2->start();
|
||||||
connD.status->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
connD.status->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
||||||
connD.statusDetail->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
connD.statusDetail->setText(QObject::tr("It may take several minutes"));
|
||||||
} else {
|
} else {
|
||||||
QMovie *movie1 = new QMovie(":/img/res/silentdragonlite-animated-startup-dark.gif");;
|
QMovie *movie1 = new QMovie(":/img/res/silentdragonlite-animated-startup-dark.gif");;
|
||||||
movie1->setScaledSize(size);
|
movie1->setScaledSize(size);
|
||||||
@@ -2023,7 +2023,7 @@ void Controller::shutdownhushd()
|
|||||||
connD.topIcon->setMovie(movie1);
|
connD.topIcon->setMovie(movie1);
|
||||||
movie1->start();
|
movie1->start();
|
||||||
connD.status->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
connD.status->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
||||||
connD.statusDetail->setText(QObject::tr("Please wait for SilentDragonLite to exit"));
|
connD.statusDetail->setText(QObject::tr("It may take several minutes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool finished = false;
|
bool finished = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user