mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Use tr:: instead of lang().
This commit is contained in:
@@ -165,7 +165,7 @@ private:
|
||||
Libs::notify_notification_set_timeout(_data, Libs::NOTIFY_EXPIRES_DEFAULT);
|
||||
|
||||
if ((*guarded)->hasActionsSupport()) {
|
||||
auto label = lang(lng_notification_reply).toUtf8();
|
||||
auto label = tr::lng_notification_reply(tr::now).toUtf8();
|
||||
auto actionReceiver = _data;
|
||||
auto actionHandler = &NotificationData::notificationClicked;
|
||||
auto actionLabel = label.constData();
|
||||
|
Reference in New Issue
Block a user