Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2017-06-28 09:13:12 +02:00
commit 994ae53ade

View file

@ -107,7 +107,7 @@ public class SettingsMonitoringActivity extends SettingsBaseActivity {
floatValues = new Float[] {0.f, 0.000001f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f};
names = new String[floatValues.length];
names[0] = getString(R.string.shared_string_not_selected);
names[1] = "> 0";
names[1] = "> 0"; // This option for the GPS chipset motion detection
for(int i = 2; i < floatValues.length; i++) {
names[i] = floatValues[i].intValue() + " " + getString(R.string.km_h);
floatValues[i] = floatValues[i] / 3.6f;