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
path: root/iphone
diff options
context:
space:
mode:
authorZoia Pribytkova <niakris90@gmail.com>2019-04-25 11:38:45 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2019-05-08 16:49:33 +0300
commit1e6ac63bbdc569e3e155d22332c17f7064cb690c (patch)
treeec340f3a42f0c1cb367e9cf95c4cd6a28bfba3ae /iphone
parent188b21d4b1a611559adef50ded3749ff0fdcb6b9 (diff)
[iOS] Replaced guide catalogue title
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.swift2
-rw-r--r--iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.xib9
2 files changed, 5 insertions, 6 deletions
diff --git a/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.swift b/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.swift
index 513a66a007..448bcfd7db 100644
--- a/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.swift
+++ b/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.swift
@@ -5,7 +5,7 @@ class DownloadedBookmarksViewController: MWMViewController {
@IBOutlet weak var tableView: UITableView!
@IBOutlet weak var bottomViewTitleLabel: UILabel! {
didSet {
- bottomViewTitleLabel.text = L("download_guides").uppercased()
+ bottomViewTitleLabel.text = L("guides_catalogue_title").uppercased()
}
}
diff --git a/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.xib b/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.xib
index 54448eeef4..6cd1627bee 100644
--- a/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.xib
+++ b/iphone/Maps/Bookmarks/Catalog/DownloadedBookmarksViewController.xib
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
- <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
- <capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
+ <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
@@ -108,7 +107,7 @@
<rect key="frame" x="0.0" y="20" width="375" height="647"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="749" verticalCompressionResistancePriority="749" image="img_empty_bookmarks" translatesAutoresizingMaskIntoConstraints="NO" id="ahy-M3-meH">
- <rect key="frame" x="88" y="40" width="200" height="200"/>
+ <rect key="frame" x="87.5" y="40" width="200" height="200"/>
<constraints>
<constraint firstAttribute="width" secondItem="ahy-M3-meH" secondAttribute="height" multiplier="1:1" id="OJM-v8-f4d"/>
</constraints>
@@ -119,7 +118,7 @@
<color key="textColor" white="0.0" alpha="0.87371575342465757" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
<userDefinedRuntimeAttributes>
- <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="download_guides"/>
+ <userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="guides_catalogue_title"/>
<userDefinedRuntimeAttribute type="string" keyPath="fontName" value="regular18"/>
<userDefinedRuntimeAttribute type="string" keyPath="colorName" value="blackPrimaryText"/>
</userDefinedRuntimeAttributes>