From cee0a490a23968879bd8af9371aa479e2bf0d5f0 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Fri, 29 Jan 2016 18:12:31 +0300 Subject: [PATCH] Changing title in map migrate dialog. --- iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm index 5d6c10a3b9..7d01e8c3cc 100644 --- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm +++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm @@ -126,7 +126,7 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert"; + (instancetype)needMigrationAlertWithOkBlock:(TMWMVoidBlock)block { - return [self defaultAlertWithTitle:@"migrate_title" + return [self defaultAlertWithTitle:@"youve_been_asking" message:@"migrate_and_split_mwms_message" rightButtonTitle:@"delete_all" leftButtonTitle:@"not_now"