mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
add strong in selectLabel
This commit is contained in:
parent
d635709833
commit
496d917d94
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue