Add missing space
This commit is contained in:
parent
032ed49cc4
commit
1448a9b9a1
@ -1446,7 +1446,7 @@ ChoicePage::setupActions()
|
|||||||
if ( tableType != PartitionTable::unknownTableType && !matchTableType )
|
if ( tableType != PartitionTable::unknownTableType && !matchTableType )
|
||||||
{
|
{
|
||||||
m_messageLabel->setText( tr( "This storage device already may has an operating system on it, "
|
m_messageLabel->setText( tr( "This storage device already may has an operating system on it, "
|
||||||
"but its partition table <strong>%1</strong> mismatch the"
|
"but its partition table <strong>%1</strong> mismatch the "
|
||||||
"requirement <strong>%2</strong>.<br/>" )
|
"requirement <strong>%2</strong>.<br/>" )
|
||||||
.arg( PartitionTable::tableTypeToName( tableType ) )
|
.arg( PartitionTable::tableTypeToName( tableType ) )
|
||||||
.arg( m_requiredPartitionTableType.join( " or " ) ) );
|
.arg( m_requiredPartitionTableType.join( " or " ) ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user