forked from organicmaps/organicmaps
Removed a duplicate from a dialog.
This commit is contained in:
parent
6fc5f70381
commit
ee73aac5bb
1 changed files with 1 additions and 3 deletions
|
@ -43,9 +43,7 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert";
|
|||
+ (instancetype)routeNotFoundAlert
|
||||
{
|
||||
kStatisticsEvent = @"Route File Not Exist Alert";
|
||||
NSString * message =
|
||||
[NSString stringWithFormat:@"%@\n\n%@", L(@"dialog_routing_cant_build_route"),
|
||||
L(@"dialog_routing_change_start_or_end")];
|
||||
NSString * message = L(@"dialog_routing_change_start_or_end");
|
||||
return [self defaultAlertWithTitle:@"dialog_routing_unable_locate_route"
|
||||
message:message
|
||||
rightButtonTitle:@"ok"
|
||||
|
|
Loading…
Add table
Reference in a new issue