diff --git a/src/gui/tray/usermodel.cpp b/src/gui/tray/usermodel.cpp index a817d2a7ce62e..7ecf98a61f26c 100644 --- a/src/gui/tray/usermodel.cpp +++ b/src/gui/tray/usermodel.cpp @@ -155,7 +155,7 @@ void User::showDesktopNotification(const Activity &activity) void User::showDesktopNotification(const ActivityList &activityList) { - const auto subject = QStringLiteral("%1 notifications").arg(activityList.count()); + const auto subject = tr("%1 notifications").arg(activityList.count()); const auto notificationId = -static_cast(qHash(subject)); if (!canShowNotification(notificationId)) {