mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-04 16:45:12 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -122,7 +122,7 @@ BackgroundBox::BackgroundBox(QWidget*) {
|
||||
}
|
||||
|
||||
void BackgroundBox::prepare() {
|
||||
setTitle(langFactory(lng_backgrounds_header));
|
||||
setTitle(tr::lng_backgrounds_header());
|
||||
|
||||
addButton(langFactory(lng_close), [=] { closeBox(); });
|
||||
|
||||
|
Reference in New Issue
Block a user