mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Use tr:: instead of langFactory and __rich.
This commit is contained in:
@@ -82,7 +82,7 @@ SessionsBox::SessionsBox(QWidget*)
|
||||
void SessionsBox::prepare() {
|
||||
setTitle(tr::lng_sessions_other_header());
|
||||
|
||||
addButton(langFactory(lng_close), [=] { closeBox(); });
|
||||
addButton(tr::lng_close(), [=] { closeBox(); });
|
||||
|
||||
setDimensions(st::boxWideWidth, st::sessionsHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user