diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm index 2a2550581f..79ae1ddad8 100644 --- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm +++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm @@ -113,13 +113,13 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert"; { if (needToRebuild) { - return [self defaultAlertWithTitle:@"Navigation is available only from your current location." - message:@"Do you want us to recreate/rebuild/ plan the route?" + return [self defaultAlertWithTitle:@"p2p_only_from_current" + message:@"p2p_reroute_from_current" rightButtonTitle:@"ok" leftButtonTitle:@"cancel" rightButtonAction:block]; } else { - return [self defaultAlertWithTitle:@"dialog_routing_location_unknown" + return [self defaultAlertWithTitle:@"p2p_only_from_current" message:nil rightButtonTitle:@"ok" leftButtonTitle:nil rightButtonAction:nil]; } } diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h index 578ddef18c..f508cb45e5 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h @@ -7,7 +7,7 @@ public: MWMRoutePoint(m2::PointD const & p, NSString * n) : m_point(p), m_name(n), m_isMyPosition(false) {} - explicit MWMRoutePoint(m2::PointD const & p) : m_point(p), m_name(L(@"my_position")), m_isMyPosition(true) {} + explicit MWMRoutePoint(m2::PointD const & p) : m_point(p), m_name(L(@"p2p_your_location")), m_isMyPosition(true) {} bool operator ==(MWMRoutePoint const & p) const { diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.xib b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.xib index 405c64c92b..79d2795482 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.xib +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/BottomMenu/MWMBottomMenuViewController.xib @@ -1,8 +1,8 @@ - + - + @@ -125,7 +125,7 @@ - + diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TabbedView/HistoryTab/MWMSearchHistoryMyPositionCell.xib b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TabbedView/HistoryTab/MWMSearchHistoryMyPositionCell.xib index c7447e19b0..7f693e26c2 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TabbedView/HistoryTab/MWMSearchHistoryMyPositionCell.xib +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/Search/TabbedView/HistoryTab/MWMSearchHistoryMyPositionCell.xib @@ -37,7 +37,7 @@ - + diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.mm b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.mm index 802a87cd38..3f53f973ef 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.mm +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.mm @@ -408,12 +408,12 @@ static CGFloat const kAdditionalHeight = 20.; if (indexPath.row == 0) { cell.title.text = self.dataSource.source; - cell.title.placeholder = L(@"choose_from"); + cell.title.placeholder = L(@"p2p_from"); } else { cell.title.text = self.dataSource.destination; - cell.title.placeholder = L(@"choose_to"); + cell.title.placeholder = L(@"p2p_to"); } cell.delegate = self; return cell; diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.xib b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.xib index 5149a73a63..b30ac24643 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.xib +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMRoutePreview.xib @@ -1,8 +1,8 @@ - + - + @@ -48,6 +48,9 @@ + + + @@ -125,7 +128,7 @@ - + diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPadRoutePreview.xib b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPadRoutePreview.xib index 82994f044e..a848c950d6 100644 --- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPadRoutePreview.xib +++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPadRoutePreview.xib @@ -42,6 +42,9 @@ + + + @@ -142,7 +145,7 @@ - + @@ -256,7 +259,7 @@ - + diff --git a/iphone/Maps/Classes/PlacePageActionBar.xib b/iphone/Maps/Classes/PlacePageActionBar.xib index 41b1c5b1eb..8f91a01370 100644 --- a/iphone/Maps/Classes/PlacePageActionBar.xib +++ b/iphone/Maps/Classes/PlacePageActionBar.xib @@ -154,6 +154,9 @@ + + + @@ -166,6 +169,9 @@ + + +