Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMAPIBar.mm5
1 files 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