mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -255,12 +255,12 @@ void StickersBox::prepare() {
|
||||
if (_tabs) {
|
||||
Local::readArchivedStickers();
|
||||
} else {
|
||||
setTitle(langFactory(lng_stickers_group_set));
|
||||
setTitle(tr::lng_stickers_group_set());
|
||||
}
|
||||
} else if (_section == Section::Archived) {
|
||||
requestArchivedSets();
|
||||
} else if (_section == Section::Attached) {
|
||||
setTitle(langFactory(lng_stickers_attached_sets));
|
||||
setTitle(tr::lng_stickers_attached_sets());
|
||||
}
|
||||
if (_tabs) {
|
||||
if (Auth().data().archivedStickerSetsOrder().isEmpty()) {
|
||||
|
Reference in New Issue
Block a user