Merge pull request #1464 from apt-ghetto/fixManualPartitionMsg

Revert Manual Partition instructions
This commit is contained in:
Adriaan de Groot 2020-07-26 11:19:30 +02:00 committed by GitHub
commit d6910b47b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -332,9 +332,7 @@ ChoicePage::setupChoices()
CALAMARES_RETRANSLATE(
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
"You can create or resize partitions yourself."
" Having a GPT partition table and <strong>fat32 512Mb /boot partition "
"is a must for UEFI installs</strong>, either use an existing without formatting or create one." ) );
"You can create or resize partitions yourself." ) );
updateSwapChoicesTr( m_eraseSwapChoiceComboBox );
)
}