fix typo in GPXSelectionHelper

This commit is contained in:
sonora 2014-06-09 13:16:08 +02:00
parent 564ada151b
commit dabb5eeb46

View file

@ -189,7 +189,7 @@ public class GpxSelectionHelper {
}
if(analysis.diffElevationUp > eleThreshold) {
name += GpxUiHelper.getColorValue(ascClr, " \u2191 "+
OsmAndFormatter.getFormattedAlt(analysis.diffElevationDown, app));
OsmAndFormatter.getFormattedAlt(analysis.diffElevationUp, app));
}
}
item.name = name;