[ios] Renamed done to search in filters

This commit is contained in:
VladiMihaylenko 2018-04-12 18:32:23 +03:00 committed by Roman Kuznetsov
parent 6427302ec9
commit 4e7762504b

View file

@ -221,7 +221,7 @@ void configButton(UIButton * button, NSString * primaryText, NSString * secondar
UIButton * doneButton = self.doneButton;
doneButton.backgroundColor = [UIColor linkBlue];
doneButton.titleLabel.font = [UIFont bold16];
[doneButton setTitle:L(@"done") forState:UIControlStateNormal];
[doneButton setTitle:L(@"search") forState:UIControlStateNormal];
[doneButton setTitleColor:[UIColor white] forState:UIControlStateNormal];
}