Fixup strings.
This commit is contained in:
parent
fb5b48528b
commit
055ff5533e
@ -385,10 +385,11 @@ PartitionViewStep::onLeave()
|
||||
{
|
||||
message = tr( "No EFI system partition configured" );
|
||||
description = tr( "An EFI system partition is necessary to start %1."
|
||||
"<br/><br/>"
|
||||
"To configure an EFI system partition, go back and "
|
||||
"select or create a FAT32 filesystem with the "
|
||||
"<strong>esp</strong> flag enabled and mount point "
|
||||
"%2.<br/>"
|
||||
"<strong>%2</strong>.<br/><br/>"
|
||||
"You can continue without setting up an EFI system "
|
||||
"partition but your system may fail to start." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
@ -399,9 +400,12 @@ PartitionViewStep::onLeave()
|
||||
{
|
||||
message = tr( "EFI system partition flag not set" );
|
||||
description = tr( "An EFI system partition is necessary to start %1."
|
||||
"<br/><br/>"
|
||||
"A partition was configured with mount point "
|
||||
"%2 but its <strong>esp</strong> flag is not set. "
|
||||
"To set the flag, go back and edit the partition.<br/>"
|
||||
"<strong>%2</strong> but its <strong>esp</strong> "
|
||||
"flag is not set.<br/>"
|
||||
"To set the flag, go back and edit the partition."
|
||||
"<br/><br/>"
|
||||
"You can continue without setting the flag but your "
|
||||
"system may fail to start." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
|
Loading…
Reference in New Issue
Block a user