Translate installed indicator

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-19 11:00:51 +00:00
parent 6dc16c48a2
commit 9f768f76bb
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

View File

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