Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-03-18 14:45:52 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:57:02 +0300
commit337a2bbf3718ab5969e1b185efba098b701a4624 (patch)
tree93cafe21c12a1f43ba6480d1e404457b04ffd49a
parent6e9cac6cdd5d301d3f8540ef444d072d89f0eac7 (diff)
Changed some ios keys.
-rw-r--r--iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm4
-rw-r--r--iphone/Maps/Mapsme.storyboard4
2 files changed, 4 insertions, 4 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
index 30c9e998d0..b92a539de6 100644
--- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
@@ -237,8 +237,8 @@ static NSString * const kDefaultAlertNibName = @"MWMDefaultAlert";
+ (instancetype)downloaderNoConnectionAlertWithOkBlock:(TMWMVoidBlock)okBlock
{
kStatisticsEvent = @"Downloader No Connection Alert";
- MWMDefaultAlert * alert = [self defaultAlertWithTitle:@"downloader_error"
- message:@"downloader_no_internet_connection"
+ MWMDefaultAlert * alert = [self defaultAlertWithTitle:@"downloader_status_failed"
+ message:@"common_check_internet_connection_dialog"
rightButtonTitle:@"downloader_retry"
leftButtonTitle:@"cancel"
rightButtonAction:okBlock];
diff --git a/iphone/Maps/Mapsme.storyboard b/iphone/Maps/Mapsme.storyboard
index eddbfa1f75..faf8d444cc 100644
--- a/iphone/Maps/Mapsme.storyboard
+++ b/iphone/Maps/Mapsme.storyboard
@@ -361,7 +361,7 @@
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="fontName" value="medium18"/>
<userDefinedRuntimeAttribute type="string" keyPath="colorName" value="blackPrimaryText"/>
- <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="update_maps_title"/>
+ <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="whatsnew_smallmwm_header"/>
</userDefinedRuntimeAttributes>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Мы поделили большие карты на маленькие части. Обновите данные и загружайте карту только нужного района." textAlignment="center" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="SQw-ef-jPg" userLabel="Text">
@@ -372,7 +372,7 @@
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="string" keyPath="fontName" value="regular14"/>
<userDefinedRuntimeAttribute type="string" keyPath="colorName" value="blackSecondaryText"/>
- <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="update_maps_text"/>
+ <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="whatsnew_smallmwm_message"/>
</userDefinedRuntimeAttributes>
</label>
</subviews>