forked from organicmaps/organicmaps
Added the L() macro
This commit is contained in:
parent
123aca5cc2
commit
0a9dd53dfe
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue