Improve messages in Replace page.
Fixes CAL-155
This commit is contained in:
parent
c21f426dee
commit
aa70a4b2dd
@ -110,7 +110,7 @@ ReplacePage::onPartitionSelected()
|
||||
{
|
||||
updateStatus( CalamaresUtils::Partitions,
|
||||
tr( "Select where to install %1.<br/>"
|
||||
"<font color=\"red\">Warning: </font>This will delete all files "
|
||||
"<font color=\"red\">Warning: </font>this will delete all files "
|
||||
"on the selected partition." )
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::VersionedName ) ) );
|
||||
@ -184,7 +184,9 @@ ReplacePage::onPartitionSelected()
|
||||
}
|
||||
|
||||
updateStatus( CalamaresUtils::Partitions,
|
||||
tr( "%1 will be installed on %2." )
|
||||
tr( "%1 will be installed on %2.<br/>"
|
||||
"<font color=\"red\">Warning: </font>all data on partition"
|
||||
"%2 will be lost.")
|
||||
.arg( Calamares::Branding::instance()->
|
||||
string( Calamares::Branding::VersionedName ) )
|
||||
.arg( partition->partitionPath() ) );
|
||||
|
Loading…
Reference in New Issue
Block a user