[ios] Added localization to error text in editor.

This commit is contained in:
VladiMihaylenko 2016-04-07 17:31:13 +03:00 committed by Alex Zolotarev
parent 4dada5727b
commit af2d40cf75

View file

@ -360,7 +360,7 @@ NSString * reuseIdentifier(MWMPlacePageCellType cellType)
icon:nil
text:@(m_mapObject.GetHouseNumber().c_str())
placeholder:L(@"house_number")
errorMessage:@"error_enter_correct_house_number"
errorMessage:L(@"error_enter_correct_house_number")
isValid:![self.invalidCells containsObject:indexPath]
keyboardType:UIKeyboardTypeDefault];
break;