better wording
This commit is contained in:
parent
634ce16442
commit
50b268c0f7
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ public class AvailableGPXFragment extends OsmandExpandableListFragment {
|
||||||
@Override
|
@Override
|
||||||
public String getGroup(int groupPosition) {
|
public String getGroup(int groupPosition) {
|
||||||
if (isSelectedGroup(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));
|
return category.get(getGroupPosition(groupPosition));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue