Write reuse Home check box string.
This commit is contained in:
parent
e6f9714f84
commit
edeee85cd3
@ -762,6 +762,11 @@ ChoicePage::doReplaceSelectedPartition( const QModelIndex& current )
|
||||
[ = ]
|
||||
{
|
||||
m_reuseHomeCheckBox->setVisible( !homePartitionPath->isEmpty() );
|
||||
if ( !homePartitionPath->isEmpty() )
|
||||
m_reuseHomeCheckBox->setText( tr( "Reuse %1 as home partition for %2." )
|
||||
.arg( *homePartitionPath )
|
||||
.arg( Calamares::Branding::instance()->string(
|
||||
Calamares::Branding::ShortProductName ) ) );
|
||||
delete homePartitionPath;
|
||||
|
||||
if ( m_isEfi )
|
||||
|
Loading…
Reference in New Issue
Block a user