mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -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:
|
||||
return tr( "File System" );
|
||||
case MountPointColumn:
|
||||
return tr(" Mount Point" );
|
||||
return tr( "Mount Point" );
|
||||
case SizeColumn:
|
||||
return tr(" Size" );
|
||||
return tr( "Size" );
|
||||
default:
|
||||
cDebug() << "Unknown column" << section;
|
||||
return QVariant();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue