Objectives: add hint
This commit is contained in:
parent
67ab3fc0df
commit
e02e55ce32
|
@ -126,6 +126,7 @@ class Objective2(injector: HasAndroidInjector) : Objective(injector, "exam", R.s
|
||||||
.option(Option(R.string.sensitivity_cannula, true))
|
.option(Option(R.string.sensitivity_cannula, true))
|
||||||
.option(Option(R.string.sensitivity_time, true))
|
.option(Option(R.string.sensitivity_time, true))
|
||||||
.hint(Hint(R.string.sensitivity_hint1))
|
.hint(Hint(R.string.sensitivity_hint1))
|
||||||
|
.hint(Hint(R.string.sensitivity_hint2))
|
||||||
)
|
)
|
||||||
tasks.add(ExamTask(this, R.string.objectives_label, R.string.objectives_howtosave, "objectives")
|
tasks.add(ExamTask(this, R.string.objectives_label, R.string.objectives_howtosave, "objectives")
|
||||||
.option(Option(R.string.objectives_notesettings, false))
|
.option(Option(R.string.objectives_notesettings, false))
|
||||||
|
|
|
@ -123,6 +123,7 @@
|
||||||
<string name="sensitivity_cannula">Logging a cannula change will reset Autosens ratio back to 100%.</string>
|
<string name="sensitivity_cannula">Logging a cannula change will reset Autosens ratio back to 100%.</string>
|
||||||
<string name="sensitivity_time">Some of the plugin options have configurable time ranges that can be set by the user.</string>
|
<string name="sensitivity_time">Some of the plugin options have configurable time ranges that can be set by the user.</string>
|
||||||
<string name="sensitivity_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html</string>
|
<string name="sensitivity_hint1">https://androidaps.readthedocs.io/en/latest/EN/Configuration/Sensitivity-detection-and-COB.html</string>
|
||||||
|
<string name="sensitivity_hint2">https://androidaps.readthedocs.io/en/latest/Usage/Open-APS-features.html?highlight=Autosens#autosens</string>
|
||||||
<string name="wrongcarbs_label">Carb Entry Errors</string>
|
<string name="wrongcarbs_label">Carb Entry Errors</string>
|
||||||
<string name="wrongcarbs_whattodo">What should you do if you’ve made an incorrect carb entry?</string>
|
<string name="wrongcarbs_whattodo">What should you do if you’ve made an incorrect carb entry?</string>
|
||||||
<string name="wrongcarbs_treatmentstab">Delete the incorrect entry in Treatments and enter the correct new carb value.</string>
|
<string name="wrongcarbs_treatmentstab">Delete the incorrect entry in Treatments and enter the correct new carb value.</string>
|
||||||
|
|
Loading…
Reference in a new issue