mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Realtime UI translation in all fields and buttons.
This commit is contained in:
@@ -35,9 +35,9 @@ SessionsBox::SessionsBox(QWidget*)
|
||||
}
|
||||
|
||||
void SessionsBox::prepare() {
|
||||
setTitle(lang(lng_sessions_other_header));
|
||||
setTitle(langFactory(lng_sessions_other_header));
|
||||
|
||||
addButton(lang(lng_close), [this] { closeBox(); });
|
||||
addButton(langFactory(lng_close), [this] { closeBox(); });
|
||||
|
||||
setDimensions(st::boxWideWidth, st::sessionsHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user