Merge pull request #2412 from phoepsilonix/patch
[Partition] Fixed message for Replace destination partition
This commit is contained in:
commit
ed92ad65c4
@ -1790,7 +1790,8 @@ ChoicePage::updateActionDescriptionsTr()
|
||||
"currently present on the selected storage device." ) );
|
||||
|
||||
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>"
|
||||
"Replaces a partition with %1." ) );
|
||||
"Replaces a partition with %1." )
|
||||
.arg( Calamares::Branding::instance()->shortVersionedName() ) );
|
||||
}
|
||||
if ( m_osproberEntriesCount < 0 )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user