match parenthesis

This commit is contained in:
sonora 2014-08-29 22:37:01 +02:00
parent 8a2c915db2
commit e72b3c6a73

View file

@ -273,9 +273,9 @@ public class MapViewTrackingUtilities implements OsmAndLocationListener, IMapLoc
settings.ROTATE_MAP.set(vl);
if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_BEARING) {
rotMode = app.getString(R.string.rotate_map_bearing_opt;
rotMode = app.getString(R.string.rotate_map_bearing_opt);
} else if (settings.ROTATE_MAP.get() == OsmandSettings.ROTATE_MAP_COMPASS) {
rotMode = app.getString(R.string.rotate_map_compass_opt));
rotMode = app.getString(R.string.rotate_map_compass_opt);
}
}
rotMode = app.getString(R.string.rotate_map_to_bearing) + ":\n" + rotMode;