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