Can't remember if I did a commit when I stopped work yesterday.
Doing one before I start.
This commit is contained in:
parent
b2b59968ca
commit
b608d25599
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class Objective2 extends Objective {
|
||||||
.option(new Option(R.string.offlineprofile_nsprofile, true))
|
.option(new Option(R.string.offlineprofile_nsprofile, true))
|
||||||
.hint(new Hint(R.string.offlineprofile_hint1))
|
.hint(new Hint(R.string.offlineprofile_hint1))
|
||||||
);
|
);
|
||||||
tasks.add(new ExamTask(R.string.pumpdisconnect_label,"pumpdisconnect")
|
tasks.add(new ExamTask(R.string.pumpdisconnect_label, R.string.pumpdisconnect_label,"pumpdisconnect")
|
||||||
.option(new Option(R.string.pumpdisconnect_unnecessary, false))
|
.option(new Option(R.string.pumpdisconnect_unnecessary, false))
|
||||||
.option(new Option(R.string.pumpdisconnect_missinginsulin, true))
|
.option(new Option(R.string.pumpdisconnect_missinginsulin, true))
|
||||||
.option(new Option(R.string.pumpdisconnect_notstop, false))
|
.option(new Option(R.string.pumpdisconnect_notstop, false))
|
||||||
|
|
Loading…
Reference in a new issue