diff --git a/src/modules/partition/gui/PartitionViewStep.cpp b/src/modules/partition/gui/PartitionViewStep.cpp index 0e4625b79..a02680a13 100644 --- a/src/modules/partition/gui/PartitionViewStep.cpp +++ b/src/modules/partition/gui/PartitionViewStep.cpp @@ -384,11 +384,12 @@ PartitionViewStep::onLeave() if ( !esp ) { message = tr( "No EFI system partition configured" ); - description = tr( "An EFI system partition is necessary to start %1. " + description = tr( "An EFI system partition is necessary to start %1." + "

" "To configure an EFI system partition, go back and " "select or create a FAT32 filesystem with the " "esp flag enabled and mount point " - "%2.
" + "%2.

" "You can continue without setting up an EFI system " "partition but your system may fail to start." ) .arg( Calamares::Branding::instance()-> @@ -398,10 +399,13 @@ PartitionViewStep::onLeave() else if ( esp && !esp->activeFlags().testFlag( PartitionTable::FlagEsp ) ) { message = tr( "EFI system partition flag not set" ); - description = tr( "An EFI system partition is necessary to start %1. " + description = tr( "An EFI system partition is necessary to start %1." + "

" "A partition was configured with mount point " - "%2 but its esp flag is not set. " - "To set the flag, go back and edit the partition.
" + "%2 but its esp " + "flag is not set.
" + "To set the flag, go back and edit the partition." + "

" "You can continue without setting the flag but your " "system may fail to start." ) .arg( Calamares::Branding::instance()->