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
path: root/iphone
diff options
context:
space:
mode:
authorAleksey Belouosv <aleksey@maps.me>2019-02-28 18:50:06 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2019-03-01 18:28:21 +0300
commit05b0b78925a2dd9715422d1314533de907fbdf25 (patch)
treed1efde65880fb942ab6fb3949dd684636822df3e /iphone
parent9b51762fdfc92f75d21c18a79d1eea32dfe316e3 (diff)
[iOS] minor localization fix
https://jira.mail.ru/browse/MAPSME-9865
Diffstat (limited to 'iphone')
-rw-r--r--iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingViewController.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingViewController.swift b/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingViewController.swift
index 3aca1d7862..b373c21390 100644
--- a/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingViewController.swift
+++ b/iphone/Maps/Bookmarks/Categories/Sharing/BookmarksSharingViewController.swift
@@ -186,8 +186,8 @@ final class BookmarksSharingViewController: MWMTableViewController {
if (self.category.trackCount + self.category.bookmarksCount > 2) {
self.showEditName()
} else {
- MWMAlertViewController.activeAlert().presentInfoAlert(L("error_public_not_enough_title"),
- text: L("error_public_not_enough_subtitle"))
+ MWMAlertViewController.activeAlert().presentInfoAlert(L("error_public_not_enought_title"),
+ text: L("error_public_not_enought_subtitle"))
}
}
}