Netinstall: fix misleading message (thanks to @abucodonosor)

main
Adriaan de Groot 7 years ago
parent 12dfe5152a
commit 36a711c87f

@ -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;
}

Loading…
Cancel
Save