[partition] Fix build
This commit is contained in:
parent
7971bff2da
commit
fa2b96e9cc
@ -198,7 +198,7 @@ PartitionModel::data( const QModelIndex& index, int role ) const
|
||||
{
|
||||
if ( isPartitionFreeSpace( partition ) )
|
||||
{
|
||||
name = tr( "Free Space", "@title );
|
||||
name = tr( "Free Space", "@title" );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user