From f917aef2536e57901e355b1686b57b62b18b8fcd Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Tue, 26 Feb 2019 16:31:13 +0300 Subject: [PATCH] [android] Change ids --- .../maps/ugc/routes/UgcSharingOptionsFragment.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java index 521cbc62e5..356df6b5cc 100644 --- a/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java +++ b/android/src/com/mapswithme/maps/ugc/routes/UgcSharingOptionsFragment.java @@ -548,13 +548,13 @@ public class UgcSharingOptionsFragment extends BaseToolbarAuthFragment implement private void showUploadErrorDialog(@StringRes int subtitle, int reqCode, @NonNull String tag) { - showErrorDialog(R.string.unable_upload_errorr_title, subtitle, reqCode, tag); + showErrorDialog(R.string.unable_update_error_title, subtitle, reqCode, tag); } private void showNotEnoughBookmarksDialog() { - showErrorDialog(R.string.error_public_not_enought_title, - R.string.error_public_not_enought_subtitle, + showErrorDialog(R.string.error_public_not_enough_title, + R.string.error_public_not_enough_subtitle, REQ_CODE_ERROR_NOT_ENOUGH_BOOKMARKS, NOT_ENOUGH_BOOKMARKS_DIALOG_TAG); }