add strong in selectLabel

This commit is contained in:
demmm 2015-12-23 22:00:54 -05:00 committed by Teo Mrnjavac
parent d635709833
commit 496d917d94

View File

@ -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;