Better Summary message in FormatPartitionJob.
This commit is contained in:
parent
fa83ca4469
commit
5c8453e4bb
@ -56,7 +56,8 @@ FormatPartitionJob::prettyName() const
|
|||||||
QString
|
QString
|
||||||
FormatPartitionJob::prettyDescription() const
|
FormatPartitionJob::prettyDescription() const
|
||||||
{
|
{
|
||||||
return tr( "Format <b>%3MB</b> partition <b>%1</b> with file system <b>%2</b>." )
|
return tr( "Format <strong>%3MB</strong> partition <strong>%1</strong> with "
|
||||||
|
"file system <strong>%2</strong>." )
|
||||||
.arg( m_partition->partitionPath() )
|
.arg( m_partition->partitionPath() )
|
||||||
.arg( m_partition->fileSystem().name() )
|
.arg( m_partition->fileSystem().name() )
|
||||||
.arg( m_partition->capacity() / 1024 / 1024 );
|
.arg( m_partition->capacity() / 1024 / 1024 );
|
||||||
|
Loading…
Reference in New Issue
Block a user