diff --git a/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java b/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java index eac1b97a5c..5f620ded97 100644 --- a/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java +++ b/OsmAnd/src/net/osmand/plus/ContextMenuAdapter.java @@ -136,7 +136,7 @@ public class ContextMenuAdapter { } else { tv.setTypeface(null); } - tv.setText(item.isCategory() ? item.getTitle().toUpperCase() : item.getTitle()); + tv.setText(item.getTitle()); if (this.layoutId == R.layout.simple_list_menu_item) { int color = ContextCompat.getColor(getContext(),