From d1a19429077a0bb11471faec296ae99c26b25f74 Mon Sep 17 00:00:00 2001 From: veliymolfar Date: Thu, 30 Apr 2020 16:24:43 +0300 Subject: [PATCH] use one string for "Actions" --- OsmAnd/res/values/strings.xml | 2 +- .../net/osmand/plus/settings/RearrangeMenuItemsAdapter.java | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/OsmAnd/res/values/strings.xml b/OsmAnd/res/values/strings.xml index 72cd559796..de23899184 100644 --- a/OsmAnd/res/values/strings.xml +++ b/OsmAnd/res/values/strings.xml @@ -62,7 +62,7 @@ Replace another point with this Developer Plugin You can move items only inside this category. - You can access these actions by tapping the “Actions” button. + You can access these actions by tapping the “%1$s” button. Main actions Main actions containt only 4 buttons. Settings will be reset to the original state after hiding. diff --git a/OsmAnd/src/net/osmand/plus/settings/RearrangeMenuItemsAdapter.java b/OsmAnd/src/net/osmand/plus/settings/RearrangeMenuItemsAdapter.java index 2e6882c8d5..403b15195d 100644 --- a/OsmAnd/src/net/osmand/plus/settings/RearrangeMenuItemsAdapter.java +++ b/OsmAnd/src/net/osmand/plus/settings/RearrangeMenuItemsAdapter.java @@ -226,7 +226,11 @@ public class RearrangeMenuItemsAdapter extends RecyclerView.Adapter