mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
Spaces fixes
This commit is contained in:
parent
0b01c76687
commit
64f8748c49
1 changed files with 2 additions and 2 deletions
|
@ -123,9 +123,9 @@ PartitionModel::headerData( int section, Qt::Orientation orientation, int role )
|
||||||
case FileSystemColumn:
|
case FileSystemColumn:
|
||||||
return tr( "File System" );
|
return tr( "File System" );
|
||||||
case MountPointColumn:
|
case MountPointColumn:
|
||||||
return tr(" Mount Point" );
|
return tr( "Mount Point" );
|
||||||
case SizeColumn:
|
case SizeColumn:
|
||||||
return tr(" Size" );
|
return tr( "Size" );
|
||||||
default:
|
default:
|
||||||
cDebug() << "Unknown column" << section;
|
cDebug() << "Unknown column" << section;
|
||||||
return QVariant();
|
return QVariant();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue