mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Realtime UI translation in all fields and buttons.
This commit is contained in:
@@ -63,9 +63,9 @@ BackgroundBox::BackgroundBox(QWidget*) {
|
||||
}
|
||||
|
||||
void BackgroundBox::prepare() {
|
||||
setTitle(lang(lng_backgrounds_header));
|
||||
setTitle(langFactory(lng_backgrounds_header));
|
||||
|
||||
addButton(lang(lng_close), [this] { closeBox(); });
|
||||
addButton(langFactory(lng_close), [this] { closeBox(); });
|
||||
|
||||
setDimensions(st::boxWideWidth, st::boxMaxListHeight);
|
||||
|
||||
|
Reference in New Issue
Block a user