Netinstall: fix misleading message (thanks to @abucodonosor)

This commit is contained in:
Adriaan de Groot 2017-10-23 11:44:39 -04:00
parent 12dfe5152a
commit 36a711c87f

View File

@ -101,7 +101,7 @@ NetInstallPage::dataIsHere( QNetworkReply* reply )
if ( !readGroups( reply->readAll() ) )
{
cDebug() << "Netinstall groups data was received, but invalid.";
ui->netinst_status->setText( tr( "Network Installation. (Disabled: Unable to fetch package lists, check your network connection)" ) );
ui->netinst_status->setText( tr( "Network Installation. (Disabled: Received invalid groups data)" ) );
reply->deleteLater();
return;
}