better wording

This commit is contained in:
Hardy 2017-03-19 13:38:40 -07:00 committed by GitHub
parent 634ce16442
commit 50b268c0f7

View file

@ -1134,7 +1134,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
@Override
public String getGroup(int groupPosition) {
if (isSelectedGroup(groupPosition)) {
return app.getString(R.string.osm_live_active);
return app.getString(R.string.shared_string_visible);
}
return category.get(getGroupPosition(groupPosition));
}