From 032f10e7778de1ae23b981ada7c4913cfa0fc79f Mon Sep 17 00:00:00 2001 From: Hardy Date: Thu, 30 Mar 2017 08:53:51 -0700 Subject: [PATCH] string improvement --- OsmAnd/src/net/osmand/plus/myplaces/TrackSegmentFragment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/src/net/osmand/plus/myplaces/TrackSegmentFragment.java b/OsmAnd/src/net/osmand/plus/myplaces/TrackSegmentFragment.java index a3e9d21f90..4af4de1cf4 100644 --- a/OsmAnd/src/net/osmand/plus/myplaces/TrackSegmentFragment.java +++ b/OsmAnd/src/net/osmand/plus/myplaces/TrackSegmentFragment.java @@ -826,7 +826,7 @@ public class TrackSegmentFragment extends OsmAndListFragment { for (int i = 0; i < titles.length; i++) { switch (tabTypes[i]) { case GPX_TAB_ITEM_GENERAL: - titles[i] = context.getString(R.string.general_settings); + titles[i] = context.getString(R.string.shared_string_overview); break; case GPX_TAB_ITEM_ALTITUDE: titles[i] = context.getString(R.string.altitude);