mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -657,7 +657,7 @@ ManageSetsBox::ManageSetsBox(QWidget*) {
|
||||
void ManageSetsBox::prepare() {
|
||||
const auto inner = setInnerWidget(object_ptr<Inner>(this));
|
||||
|
||||
setTitle(langFactory(lng_emoji_manage_sets));
|
||||
setTitle(tr::lng_emoji_manage_sets());
|
||||
|
||||
addButton(langFactory(lng_close), [=] { closeBox(); });
|
||||
|
||||
|
Reference in New Issue
Block a user