Translate installed indicator
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
6dc16c48a2
commit
9f768f76bb
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void ProjectItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& o
|
|||
auto title = index.data(UserDataTypes::TITLE).toString();
|
||||
|
||||
if (index.data(UserDataTypes::INSTALLED).toBool())
|
||||
title += " [installed]";
|
||||
title = tr("%1 [installed]").arg(title);
|
||||
|
||||
painter->save();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue