Use BootloaderEntryName from Branding for target root partition id.

This commit is contained in:
Teo Mrnjavac 2015-12-16 15:31:25 +01:00
parent 0c840abdc5
commit 6af901a675

View File

@ -537,7 +537,7 @@ ChoicePage::updateActionChoicePreview( Device* currentDevice, ChoicePage::Choice
PartitionBarsView* preview = new PartitionBarsView( m_previewAfterFrame );
PartitionLabelsView* previewLabels = new PartitionLabelsView( m_previewAfterFrame );
previewLabels->setCustomNewRootLabel( Calamares::Branding::instance()->
string( Calamares::Branding::ShortProductName ) );
string( Calamares::Branding::BootloaderEntryName ) );
PartitionModel* model = new PartitionModel( preview );
model->init( currentDevice, m_core->osproberEntries() );