mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 00:25:17 +00:00
Use tr:: instead of langFactory and __rich.
This commit is contained in:
@@ -1035,7 +1035,7 @@ Ui::ScrollToRequest Content::jump(int rows) {
|
||||
} // namespace
|
||||
|
||||
void LanguageBox::prepare() {
|
||||
addButton(langFactory(lng_box_ok), [=] { closeBox(); });
|
||||
addButton(tr::lng_box_ok(), [=] { closeBox(); });
|
||||
|
||||
setTitle(tr::lng_languages());
|
||||
|
||||
|
Reference in New Issue
Block a user