Better Summary message for DeletePartitionJob.
This commit is contained in:
parent
c56235df37
commit
fa83ca4469
@ -39,14 +39,16 @@ DeletePartitionJob::DeletePartitionJob( Device* device, Partition* partition )
|
|||||||
QString
|
QString
|
||||||
DeletePartitionJob::prettyName() const
|
DeletePartitionJob::prettyName() const
|
||||||
{
|
{
|
||||||
return tr( "Delete partition %1." ).arg( m_partition->partitionPath() );
|
return tr( "Delete partition %1." )
|
||||||
|
.arg( m_partition->partitionPath() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString
|
QString
|
||||||
DeletePartitionJob::prettyDescription() const
|
DeletePartitionJob::prettyDescription() const
|
||||||
{
|
{
|
||||||
return tr( "Delete partition <b>%1</b>." ).arg( m_partition->partitionPath() );
|
return tr( "Delete partition <strong>%1</strong>." )
|
||||||
|
.arg( m_partition->partitionPath() );
|
||||||
}
|
}
|
||||||
|
|
||||||
Calamares::JobResult
|
Calamares::JobResult
|
||||||
|
Loading…
Reference in New Issue
Block a user