Merge pull request #3374 from therearesomewhocallmetim/remove_duplicate_from_routing_dialog

Removed a duplicate from a dialog.
This commit is contained in:
igrechuhin 2016-05-30 22:16:36 +04:00
commit fb768dcab8

View file

@ -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"