Use <strong> instead of <b> in all instances.

This commit is contained in:
Teo Mrnjavac 2015-04-10 13:31:49 +02:00
parent e2c133f329
commit fefa736501
6 changed files with 22 additions and 22 deletions

View file

@ -164,7 +164,7 @@ AlongsidePage::init( PartitionCoreModule* core , const OsproberEntryList& osprob
connect( m_splitterWidget, &PartitionSplitterWidget::partitionResized,
this, [ this ]( const QString& path, qint64 size, qint64 sizeNext )
{
m_sizeLabel->setText( tr( "With this operation, the partition <b>%1</b> which contains "
m_sizeLabel->setText( tr( "With this operation, the partition <strong>%1</strong> which contains "
"%4 will be shrunk "
"to %2MB and a new %3MB partition will be created for %5." )
.arg( path )