mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue