Added the L() macro

This commit is contained in:
Timofey 2016-09-16 19:34:58 +03:00 committed by Vladimir Byko-Ianko
parent 123aca5cc2
commit 0a9dd53dfe

View file

@ -121,7 +121,7 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert";
+ (instancetype)noWiFiAlertWithOkBlock:(TMWMVoidBlock)okBlock
{
kStatisticsEvent = @"No WiFi Alert";
MWMDefaultAlert * alert = [self defaultAlertWithTitle:@"download_over_mobile_header"
MWMDefaultAlert * alert = [self defaultAlertWithTitle:L(@"download_over_mobile_header")
message:L(@"download_over_mobile_message")
rightButtonTitle:L(@"use_cellular_data")
leftButtonTitle:L(@"cancel")