From d3da6612b023ef365ed33df2a1405d563bb6be4c Mon Sep 17 00:00:00 2001 From: sonora Date: Fri, 8 Mar 2019 18:38:07 +0100 Subject: [PATCH] Wording change portion of #6637 ('Details' instead of 'Description') --- .../net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java index db2afa5e58..50253859fc 100644 --- a/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java +++ b/OsmAnd/src/net/osmand/plus/mapcontextmenu/MapContextMenuFragment.java @@ -788,7 +788,7 @@ public class MapContextMenuFragment extends BaseOsmAndFragment implements Downlo int menuState = menu.getCurrentMenuState(); final boolean showShowHideButton = menuState == MenuState.HALF_SCREEN || (!menu.isLandscapeLayout() && menuState == MenuState.FULL_SCREEN); TextView detailsButton = (TextView) view.findViewById(R.id.context_menu_details_button); - detailsButton.setText(showShowHideButton ? R.string.shared_string_collapse : R.string.description); + detailsButton.setText(showShowHideButton ? R.string.shared_string_collapse : R.string.rendering_category_details); detailsButton.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) {