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