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

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