Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7c8ead4916
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ public class TrackSegmentFragment extends OsmAndListFragment {
|
||||||
for (int i = 0; i < titles.length; i++) {
|
for (int i = 0; i < titles.length; i++) {
|
||||||
switch (tabTypes[i]) {
|
switch (tabTypes[i]) {
|
||||||
case GPX_TAB_ITEM_GENERAL:
|
case GPX_TAB_ITEM_GENERAL:
|
||||||
titles[i] = context.getString(R.string.general_settings);
|
titles[i] = context.getString(R.string.shared_string_overview);
|
||||||
break;
|
break;
|
||||||
case GPX_TAB_ITEM_ALTITUDE:
|
case GPX_TAB_ITEM_ALTITUDE:
|
||||||
titles[i] = context.getString(R.string.altitude);
|
titles[i] = context.getString(R.string.altitude);
|
||||||
|
|
Loading…
Reference in a new issue