forked from organicmaps/organicmaps
[ios] Replaced add_business_button with placepage_add_business_button.
This commit is contained in:
parent
cb1afadb7a
commit
ece1f685dc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
{
|
||||
case MWMPlacePageCellTypeAddBusinessButton:
|
||||
[self.titleButton setTitleColor:[UIColor linkBlue] forState:UIControlStateNormal];
|
||||
[self.titleButton setTitle:L(@"add_business_button") forState:UIControlStateNormal];
|
||||
[self.titleButton setTitle:L(@"placepage_add_business_button") forState:UIControlStateNormal];
|
||||
break;
|
||||
case MWMPlacePageCellTypeReportButton:
|
||||
[self.titleButton setTitleColor:[UIColor red] forState:UIControlStateNormal];
|
||||
|
|
Loading…
Add table
Reference in a new issue