Fix typo and formatting
This commit is contained in:
parent
003d507cf8
commit
41d3447b5f
|
@ -265,9 +265,7 @@ public class OmnipodPumpPlugin extends PumpPluginBase implements PumpInterface,
|
||||||
|
|
||||||
loopHandler.postDelayed(this, STATUS_CHECK_INTERVAL_MILLIS);
|
loopHandler.postDelayed(this, STATUS_CHECK_INTERVAL_MILLIS);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
<string name="omnipod_cmd_set_basal_schedule">Set basal schedule</string>
|
<string name="omnipod_cmd_set_basal_schedule">Set basal schedule</string>
|
||||||
<string name="omnipod_cmd_get_pod_status">Get Pod status</string>
|
<string name="omnipod_cmd_get_pod_status">Get Pod status</string>
|
||||||
<string name="omnipod_cmd_get_pod_info">Get Pod info</string>
|
<string name="omnipod_cmd_get_pod_info">Get Pod info</string>
|
||||||
<string name="omnipod_cmd_set_time">Se\t time</string>
|
<string name="omnipod_cmd_set_time">Set time</string>
|
||||||
<string name="omnipod_cmd_configure_alerts">Configure alerts</string>
|
<string name="omnipod_cmd_configure_alerts">Configure alerts</string>
|
||||||
<string name="omnipod_cmd_acknowledge_alerts">Acknowledge alerts</string>
|
<string name="omnipod_cmd_acknowledge_alerts">Acknowledge alerts</string>
|
||||||
<string name="omnipod_cmd_suspend_delivery">Suspend delivery</string>
|
<string name="omnipod_cmd_suspend_delivery">Suspend delivery</string>
|
||||||
|
|
Loading…
Reference in a new issue