forked from organicmaps/organicmaps-tmp
[search] [ios] Changed «Search on map» to «View on map».
This commit is contained in:
parent
3f6d2efc5b
commit
d7c9373cb3
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ extern NSString * const kSearchStateKey;
|
|||
{
|
||||
case MWMSearchManagerStateTableSearch:
|
||||
self.backgroundColor = [UIColor pressBackground];
|
||||
[changeModeButton setTitle:L(@"search_on_map") forState:UIControlStateNormal];
|
||||
[changeModeButton setTitle:L(@"search_show_on_map") forState:UIControlStateNormal];
|
||||
break;
|
||||
case MWMSearchManagerStateMapSearch:
|
||||
self.backgroundColor = [UIColor white];
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16C67" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
|
||||
<device id="retina4_7" orientation="portrait">
|
||||
<adaptation id="fullscreen"/>
|
||||
</device>
|
||||
|
@ -195,7 +195,7 @@
|
|||
<userDefinedRuntimeAttributes>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="fontName" value="bold17"/>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="textColorName" value="linkBlue"/>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="search_on_map"/>
|
||||
<userDefinedRuntimeAttribute type="string" keyPath="localizedText" value="search_show_on_map"/>
|
||||
</userDefinedRuntimeAttributes>
|
||||
<connections>
|
||||
<action selector="changeMode" destination="-1" eventType="touchUpInside" id="nbm-wH-tyA"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue