[partition] Fix build

This commit is contained in:
Adriaan de Groot 2023-12-30 20:55:04 +01:00
parent 7971bff2da
commit fa2b96e9cc

View File

@ -198,7 +198,7 @@ PartitionModel::data( const QModelIndex& index, int role ) const
{ {
if ( isPartitionFreeSpace( partition ) ) if ( isPartitionFreeSpace( partition ) )
{ {
name = tr( "Free Space", "@title ); name = tr( "Free Space", "@title" );
} }
else else
{ {