Skip to content
Snippets Groups Projects
Commit 055ff553 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Fixup strings.

parent fb5b4852
No related branches found
No related tags found
No related merge requests found
...@@ -384,11 +384,12 @@ PartitionViewStep::onLeave() ...@@ -384,11 +384,12 @@ PartitionViewStep::onLeave()
if ( !esp ) if ( !esp )
{ {
message = tr( "No EFI system partition configured" ); 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."
"<br/><br/>"
"To configure an EFI system partition, go back and " "To configure an EFI system partition, go back and "
"select or create a FAT32 filesystem with the " "select or create a FAT32 filesystem with the "
"<strong>esp</strong> flag enabled and mount point " "<strong>esp</strong> flag enabled and mount point "
"%2.<br/>" "<strong>%2</strong>.<br/><br/>"
"You can continue without setting up an EFI system " "You can continue without setting up an EFI system "
"partition but your system may fail to start." ) "partition but your system may fail to start." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
...@@ -398,10 +399,13 @@ PartitionViewStep::onLeave() ...@@ -398,10 +399,13 @@ PartitionViewStep::onLeave()
else if ( esp && !esp->activeFlags().testFlag( PartitionTable::FlagEsp ) ) else if ( esp && !esp->activeFlags().testFlag( PartitionTable::FlagEsp ) )
{ {
message = tr( "EFI system partition flag not set" ); 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."
"<br/><br/>"
"A partition was configured with mount point " "A partition was configured with mount point "
"%2 but its <strong>esp</strong> flag is not set. " "<strong>%2</strong> but its <strong>esp</strong> "
"To set the flag, go back and edit the partition.<br/>" "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 " "You can continue without setting the flag but your "
"system may fail to start." ) "system may fail to start." )
.arg( Calamares::Branding::instance()-> .arg( Calamares::Branding::instance()->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment