From 721c0a01b18e35ccc73ca98ac2c5e1e29c3efc89 Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Tue, 17 Mar 2020 19:53:20 +0300 Subject: [PATCH] [android] Changed dialog title --- android/src/com/mapswithme/maps/MwmActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index 8c43f6be0f..9bb653ba65 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -1236,7 +1236,7 @@ public class MwmActivity extends BaseMwmFragmentActivity } com.mapswithme.maps.dialog.AlertDialog dialog = new com.mapswithme.maps.dialog.AlertDialog.Builder() - .setTitleId(R.string.title_error_downloading_bookmarks) + .setTitleId(R.string.downloader_update_maps) .setMessageId(R.string.isolines_activation_error_dialog) .setPositiveBtnId(R.string.ok) .setNegativeBtnId(R.string.cancel)