Merge pull request #1539 from yurchor/patch-3

[partition] Add missing space
main
Adriaan de Groot 4 years ago committed by GitHub
commit ee302debdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1446,7 +1446,7 @@ ChoicePage::setupActions()
if ( tableType != PartitionTable::unknownTableType && !matchTableType )
{
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/>" )
.arg( PartitionTable::tableTypeToName( tableType ) )
.arg( m_requiredPartitionTableType.join( " or " ) ) );

Loading…
Cancel
Save