[partition] Fix build - missing )
This commit is contained in:
parent
ca67534cd2
commit
57b608083e
@ -47,7 +47,7 @@ QString
|
||||
CreatePartitionJob::prettyName() const
|
||||
{
|
||||
return tr( "Create new %2MiB partition on %4 (%3) with file system %1." )
|
||||
.arg( userVisibleFS( m_partition->fileSystem() )
|
||||
.arg( userVisibleFS( m_partition->fileSystem() ) )
|
||||
.arg( CalamaresUtils::BytesToMiB( m_partition->capacity() ) )
|
||||
.arg( m_device->name() )
|
||||
.arg( m_device->deviceNode() );
|
||||
|
Loading…
Reference in New Issue
Block a user