mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[packagechooser] Use translated strings
This commit is contained in:
parent
fd75b33784
commit
56db9e9341
3 changed files with 7 additions and 7 deletions
|
@ -118,11 +118,11 @@ PackageListModel::data( const QModelIndex& index, int role ) const
|
|||
|
||||
if ( role == Qt::DisplayRole /* Also PackageNameRole */ )
|
||||
{
|
||||
return m_packages[ row ].name;
|
||||
return m_packages[ row ].name.get();
|
||||
}
|
||||
else if ( role == DescriptionRole )
|
||||
{
|
||||
return m_packages[ row ].description;
|
||||
return m_packages[ row ].description.get();
|
||||
}
|
||||
else if ( role == ScreenshotRole )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue