|
|
@ -332,9 +332,7 @@ ChoicePage::setupChoices()
|
|
|
|
|
|
|
|
|
|
|
|
CALAMARES_RETRANSLATE(
|
|
|
|
CALAMARES_RETRANSLATE(
|
|
|
|
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
|
|
|
|
m_somethingElseButton->setText( tr( "<strong>Manual partitioning</strong><br/>"
|
|
|
|
"You can create or resize partitions yourself."
|
|
|
|
"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." ) );
|
|
|
|
|
|
|
|
updateSwapChoicesTr( m_eraseSwapChoiceComboBox );
|
|
|
|
updateSwapChoicesTr( m_eraseSwapChoiceComboBox );
|
|
|
|
)
|
|
|
|
)
|
|
|
|
}
|
|
|
|
}
|
|
|
|