mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Use <strong> instead of <b> in all instances.
This commit is contained in:
parent
e2c133f329
commit
fefa736501
6 changed files with 22 additions and 22 deletions
|
@ -184,7 +184,7 @@ PartitionViewStep::createSummaryWidget() const
|
|||
QList< PartitionCoreModule::SummaryInfo > list = m_core->createSummaryInfo();
|
||||
for ( const auto& info : list )
|
||||
{
|
||||
QLabel* diskInfoLabel = new QLabel( tr( "Disk <b>%1</b> (%2)" )
|
||||
QLabel* diskInfoLabel = new QLabel( tr( "Disk <strong>%1</strong> (%2)" )
|
||||
.arg( info.deviceNode )
|
||||
.arg( info.deviceName ) );
|
||||
formLayout->addRow( diskInfoLabel );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue