[partition] Use modern tr() annotation

This commit is contained in:
Adriaan de Groot 2019-04-11 10:28:35 -04:00
parent e664370b28
commit 1a063a9b5d
2 changed files with 10 additions and 1 deletions

View file

@ -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 )