mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
[partition] Use modern tr() annotation
This commit is contained in:
parent
e664370b28
commit
1a063a9b5d
2 changed files with 10 additions and 1 deletions
|
@ -230,6 +230,7 @@ PartitionLabelsView::buildTexts( const QModelIndex& index ) const
|
|||
PartitionModel::SizeColumn )
|
||||
.data().toString();
|
||||
else
|
||||
//: size[number] filesystem[name]
|
||||
secondLine = tr( "%1 %2" )
|
||||
.arg( index.sibling( index.row(),
|
||||
PartitionModel::SizeColumn )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue