Merge pull request #2412 from phoepsilonix/patch

[Partition] Fixed message for Replace destination partition
This commit is contained in:
demmm 2024-12-15 12:23:05 +01:00 committed by GitHub
commit ed92ad65c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1790,7 +1790,8 @@ ChoicePage::updateActionDescriptionsTr()
"currently present on the selected storage device." ) ); "currently present on the selected storage device." ) );
m_replaceButton->setText( tr( "<strong>Replace a partition</strong><br/>" 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 ) if ( m_osproberEntriesCount < 0 )
{ {