mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 06:34:27 +02:00
Translate installed indicator
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
6dc16c48a2
commit
9f768f76bb
@ -69,7 +69,7 @@ void ProjectItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& o
|
|||||||
auto title = index.data(UserDataTypes::TITLE).toString();
|
auto title = index.data(UserDataTypes::TITLE).toString();
|
||||||
|
|
||||||
if (index.data(UserDataTypes::INSTALLED).toBool())
|
if (index.data(UserDataTypes::INSTALLED).toBool())
|
||||||
title += " [installed]";
|
title = tr("%1 [installed]").arg(title);
|
||||||
|
|
||||||
painter->save();
|
painter->save();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user