[Partition] Fixed message for Replace destination partition
use shortVersionedName as first argument. choicepage.cpp has 1 instances where %1 is not defined.
This commit is contained in:
parent
714a085556
commit
6964a4f5d9
@ -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 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user