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-04-07 16:53:49 +0300
committerAlex Zolotarev <alex@maps.me>2016-04-07 19:59:11 +0300
commit4dada5727b4314f4e48b307c90c6407ed8b96efd (patch)
tree5488086413ddc64e0a2300a781aee760cba0ba36 /iphone/Maps/Classes/Editor
parent7bcc2e357271498457d0fdff9a9686a8e059e2b4 (diff)
Modified the key in the OSes
Diffstat (limited to 'iphone/Maps/Classes/Editor')
-rw-r--r--iphone/Maps/Classes/Editor/MWMEditorViewController.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/Editor/MWMEditorViewController.mm b/iphone/Maps/Classes/Editor/MWMEditorViewController.mm
index 4f9651a8a7..d346e2f1a6 100644
--- a/iphone/Maps/Classes/Editor/MWMEditorViewController.mm
+++ b/iphone/Maps/Classes/Editor/MWMEditorViewController.mm
@@ -359,7 +359,7 @@ NSString * reuseIdentifier(MWMPlacePageCellType cellType)
[tCell configWithDelegate:self
icon:nil
text:@(m_mapObject.GetHouseNumber().c_str())
- placeholder:L(@"house")
+ placeholder:L(@"house_number")
errorMessage:@"error_enter_correct_house_number"
isValid:![self.invalidCells containsObject:indexPath]
keyboardType:UIKeyboardTypeDefault];