From acc6b874dc6a96bc4bce4ae25eed919e27013769 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Wed, 16 Sep 2015 09:49:48 +0300 Subject: [ios] Fixed api bar label --- iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm index 8af4b8ec7f..2621884e75 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm @@ -85,9 +85,8 @@ static NSString * const kKeyPath = @"subviews"; _isVisible = isVisible; if (isVisible) { - self.backLabel.text = - [NSString stringWithFormat:@"%@%@", L(@"back_to"), - @(GetFramework().GetApiDataHolder().GetAppTitle().c_str())]; + self.backLabel.text = [NSString + stringWithFormat:L(@"back_to"), @(GetFramework().GetApiDataHolder().GetAppTitle().c_str())]; [self.controller.view addSubview:self.rootView]; [self.controller.view addObserver:self forKeyPath:kKeyPath -- cgit v1.2.3