forked from organicmaps/organicmaps
[ios] Replaced dropped_pin with placepage_unknown_place.
This commit is contained in:
parent
cf3a062d8b
commit
f869eb48ef
2 changed files with 2 additions and 2 deletions
|
@ -224,7 +224,7 @@ extern NSString * const kBookmarksChangedNotification;
|
|||
else if (self.entity.isBookmark)
|
||||
name = self.entity.bookmarkTitle;
|
||||
else
|
||||
name = L(@"dropped_pin");
|
||||
name = L(@"placepage_unknown_place");
|
||||
|
||||
m2::PointD const & org = self.entity.mercator;
|
||||
return self.entity.isMyPosition ? MWMRoutePoint(org)
|
||||
|
|
|
@ -83,7 +83,7 @@ void InitLocalizedStrings()
|
|||
f.AddString("cancel", [L(@"cancel") UTF8String]);
|
||||
f.AddString("try_again", [L(@"try_again") UTF8String]);
|
||||
// Default texts for bookmarks added in C++ code (by URL Scheme API)
|
||||
f.AddString("dropped_pin", [L(@"dropped_pin") UTF8String]);
|
||||
f.AddString("placepage_unknown_place", [L(@"placepage_unknown_place") UTF8String]);
|
||||
f.AddString("my_places", [L(@"my_places") UTF8String]);
|
||||
f.AddString("my_position", [L(@"my_position") UTF8String]);
|
||||
f.AddString("routes", [L(@"routes") UTF8String]);
|
||||
|
|
Loading…
Add table
Reference in a new issue