mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Use tr:: instead of langFactory and __rich.
This commit is contained in:
@@ -518,7 +518,7 @@ Notification::Notification(
|
||||
, _item(msg)
|
||||
, _forwardedCount(forwardedCount)
|
||||
, _close(this, st::notifyClose)
|
||||
, _reply(this, langFactory(lng_notification_reply), st::defaultBoxButton) {
|
||||
, _reply(this, tr::lng_notification_reply(), st::defaultBoxButton) {
|
||||
subscribe(Lang::Current().updated(), [this] { refreshLang(); });
|
||||
|
||||
auto position = computePosition(st::notifyMinHeight);
|
||||
|
Reference in New Issue
Block a user