Merge remote-tracking branch 'origin/dev' into combo-scripter-v2
* origin/dev: ConfigBuilder.applyAPSRequest: set new TBR if current TBR expires before next loop iteration. BolusProgressDialog: hide stop button once pressed. fix RU translation use MIN_DIA instead of DEFAULT_DIA
This commit is contained in:
commit
2861509d07
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ public abstract class InsulinOrefBasePlugin implements PluginBase, InsulinInterf
|
|||
}
|
||||
|
||||
public double getUserDefinedDia() {
|
||||
return MainApp.getConfigBuilder().getProfile() != null ? MainApp.getConfigBuilder().getProfile().getDia() : Constants.defaultDIA;
|
||||
return MainApp.getConfigBuilder().getProfile() != null ? MainApp.getConfigBuilder().getProfile().getDia() : MIN_DIA;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -590,7 +590,7 @@
|
|||
<string name="danarv2pump">DanaRv2</string>
|
||||
<string name="date">дата</string>
|
||||
<string name="device">устройство</string>
|
||||
<string name="dia_too_short">pначение длительности работы инс %s слишком мало - применено $s</string>
|
||||
<string name="dia_too_short" formatted="false">pначение длительности работы инс %s слишком мало - применено %s</string>
|
||||
<string name="do_not_track_profile_switch">не отслеживать смены профиля</string>
|
||||
<string name="do_not_track_profile_switch_summary">все смены профиля игнорируются; используется только активный профиль</string>
|
||||
<string name="extendedbolus">расширенный болюс</string>
|
||||
|
|
Loading…
Reference in a new issue