1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

GCS-Wizard

Be a bit more verbose on one of the board update messages.
This commit is contained in:
PT_Dreamer 2012-10-11 14:59:18 +01:00
parent 4aa3c38d40
commit c99d048eb9

View File

@ -53,7 +53,7 @@ void AutoUpdatePage::updateStatus(uploader::AutoUpdateStep status, QVariant valu
ui->statusLabel->setText("Booting the board");
break;
case uploader::SUCCESS:
ui->statusLabel->setText("Board Updated");
ui->statusLabel->setText("Board Updated, please press the 'next' button below");
break;
case uploader::FAILURE:
ui->statusLabel->setText("Something went wrong, you will have to manualy upgrade the board using the uploader plugin");