mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Use tr:: instead of langFactory in box titles.
This commit is contained in:
@@ -62,7 +62,7 @@ SearchFromController::SearchFromController(
|
||||
|
||||
void SearchFromController::prepare() {
|
||||
ParticipantsBoxController::prepare();
|
||||
delegate()->peerListSetTitle(langFactory(lng_search_messages_from));
|
||||
delegate()->peerListSetTitle(tr::lng_search_messages_from());
|
||||
}
|
||||
|
||||
void SearchFromController::rowClicked(not_null<PeerListRow*> row) {
|
||||
|
Reference in New Issue
Block a user