Update MWMEditorViewController.mm
Signed-off-by: Matheus Gomes <86851490+matheusgomesms@users.noreply.github.com>
This commit is contained in:
parent
28dd6c955a
commit
cf6e9c1ae2
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ void registerCellsForTableView(std::vector<MWMEditorCellID> const & cells, UITab
|
|||
- (void)configNavBar
|
||||
{
|
||||
self.title =
|
||||
L(self.isCreating ? @"editor_add_place_title" : @"editor_edit_place_title").capitalizedString;
|
||||
L(self.isCreating ? @"editor_add_place_title" : @"editor_edit_place_title");
|
||||
self.navigationItem.rightBarButtonItem =
|
||||
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemSave
|
||||
target:self
|
||||
|
|
Reference in a new issue