mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Write reuse Home check box string.
This commit is contained in:
parent
e6f9714f84
commit
edeee85cd3
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue