diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 89393262d..a89dd1edb 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -332,7 +332,9 @@ ChoicePage::setupChoices() CALAMARES_RETRANSLATE( m_somethingElseButton->setText( tr( "Manual partitioning
" - "You can create or resize partitions yourself." ) ); + "You can create or resize partitions yourself." + " Having a GPT partition table and fat32 512Mb /boot partition " + "is a must for UEFI installs, either use an existing without formatting or create one." ) ); updateSwapChoicesTr( m_eraseSwapChoiceComboBox ); ) }