mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -1037,7 +1037,7 @@ Ui::ScrollToRequest Content::jump(int rows) {
|
||||
void LanguageBox::prepare() {
|
||||
addButton(langFactory(lng_box_ok), [=] { closeBox(); });
|
||||
|
||||
setTitle(langFactory(lng_languages));
|
||||
setTitle(tr::lng_languages());
|
||||
|
||||
const auto select = createMultiSelect();
|
||||
|
||||
|
Reference in New Issue
Block a user