add strong in selectLabel
This commit is contained in:
parent
d635709833
commit
496d917d94
@ -587,7 +587,7 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
||||
else
|
||||
{
|
||||
m_selectLabel->show();
|
||||
m_selectLabel->setText( tr( "Select which partition to replace" ) );
|
||||
m_selectLabel->setText( tr( "<strong>Select which partition to replace</strong>" ) );
|
||||
}
|
||||
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user