From 5c7c7c55edeca4f4beb79a22bde5bc01beb814ae Mon Sep 17 00:00:00 2001 From: Chumva Date: Tue, 17 Apr 2018 17:33:41 +0300 Subject: [PATCH] change text on dismiss button --- .../SelectWptCategoriesBottomSheetDialogFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/mapmarkers/SelectWptCategoriesBottomSheetDialogFragment.java b/OsmAnd/src/net/osmand/plus/mapmarkers/SelectWptCategoriesBottomSheetDialogFragment.java index 478a7a5aa7..c639a0e867 100644 --- a/OsmAnd/src/net/osmand/plus/mapmarkers/SelectWptCategoriesBottomSheetDialogFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapmarkers/SelectWptCategoriesBottomSheetDialogFragment.java @@ -121,7 +121,7 @@ public class SelectWptCategoriesBottomSheetDialogFragment extends MenuBottomShee @Override protected int getDismissButtonTextId() { if (isUpdateMode) { - return R.string.update; + return R.string.shared_string_update; } else { return super.getDismissButtonTextId(); }