forked from organicmaps/organicmaps
Changing title in map migrate dialog.
This commit is contained in:
parent
6d911588f1
commit
cee0a490a2
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue