mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Improve messages in Replace page.
Fixes CAL-155
This commit is contained in:
parent
c21f426dee
commit
aa70a4b2dd
1 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,7 @@ ReplacePage::onPartitionSelected()
|
||||||
{
|
{
|
||||||
updateStatus( CalamaresUtils::Partitions,
|
updateStatus( CalamaresUtils::Partitions,
|
||||||
tr( "Select where to install %1.<br/>"
|
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." )
|
"on the selected partition." )
|
||||||
.arg( Calamares::Branding::instance()->
|
.arg( Calamares::Branding::instance()->
|
||||||
string( Calamares::Branding::VersionedName ) ) );
|
string( Calamares::Branding::VersionedName ) ) );
|
||||||
|
@ -184,7 +184,9 @@ ReplacePage::onPartitionSelected()
|
||||||
}
|
}
|
||||||
|
|
||||||
updateStatus( CalamaresUtils::Partitions,
|
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()->
|
.arg( Calamares::Branding::instance()->
|
||||||
string( Calamares::Branding::VersionedName ) )
|
string( Calamares::Branding::VersionedName ) )
|
||||||
.arg( partition->partitionPath() ) );
|
.arg( partition->partitionPath() ) );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue