forked from organicmaps/organicmaps
[ios] Using correct string in booking description button.
This commit is contained in:
parent
75ded8876d
commit
a4e1cc56e8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
[self.titleButton setTitle:L(@"placepage_add_place_button") forState:UIControlStateNormal];
|
||||
break;
|
||||
case MWMPlacePageCellTypeBookingMore:
|
||||
[self.titleButton setTitle:L(@"placepage_booking_more") forState:UIControlStateNormal];
|
||||
[self.titleButton setTitle:L(@"details") forState:UIControlStateNormal];
|
||||
break;
|
||||
default:
|
||||
NSAssert(false, @"Invalid place page cell type!");
|
||||
|
|
Loading…
Add table
Reference in a new issue