Show warning.

This commit is contained in:
Teo Mrnjavac 2016-11-17 19:03:24 +01:00 committed by Philip
parent 2aedea7d5f
commit b513a892af

View File

@ -466,6 +466,10 @@ PartitionViewStep::onLeave()
"<br/>To encrypt the boot partition, go back and "
"recreate it, selecting <strong>Encrypt</strong> "
"in the partition creation window." );
QMessageBox::warning( m_manualPartitionPage,
message,
description );
}
}
}