forked from organicmaps/organicmaps
[ios] Renamed done to search in filters
This commit is contained in:
parent
6427302ec9
commit
4e7762504b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue