typo in VIRTUAL

This commit is contained in:
Milos Kozak 2016-06-11 20:47:00 +02:00
parent 68b5570d35
commit 73ebf3ffeb
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ public class VirtualPumpFragment extends Fragment implements PluginBase, Pump {
DecimalFormat formatNumber2decimalplaces = new DecimalFormat("0.00");
checkForExpiredTempsAndExtended();
basaBasalRateView.setText(getBaseBasalRate() + "U");
if (isTempBasalInProgress()) {
if (tempBasal.isAbsolute) {

View file

@ -53,7 +53,7 @@
<string name="treatments_wizard_total_label">TOTAL</string>
<string name="profileview_units_label">Units:</string>
<string name="openapsma_run">Run now</string>
<string name="vitualpump_label">VITUAL PUMP</string>
<string name="vitualpump_label">VIRTUAL PUMP</string>
<string name="virtualpump_basebasalrate_label">Base basal rate:</string>
<string name="virtualpump_tempbasal_label">Temp basal:</string>
<string name="virtualpump_extendedbolus_label">Extended bolus:</string>