add strong in selectLabel

main
demmm 10 years ago committed by Teo Mrnjavac
parent d635709833
commit 496d917d94

@ -587,7 +587,7 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
else else
{ {
m_selectLabel->show(); m_selectLabel->show();
m_selectLabel->setText( tr( "Select which partition to replace" ) ); m_selectLabel->setText( tr( "<strong>Select which partition to replace</strong>" ) );
} }
break; break;

Loading…
Cancel
Save