This commit is contained in:
Milos Kozak 2020-05-10 18:42:20 +02:00
parent 54e68ef248
commit f727b25bb3
4 changed files with 2 additions and 2 deletions

View file

@ -811,7 +811,6 @@
<string name="enablesmbwithtemptarget_summary">Enable SMB when there is temp target active (eating soon, exercise)</string>
<string name="enablesmbwithhightemptarget">Enable SMB with high temp targets</string>
<string name="enablesmbwithhightemptarget_summary">Enable SMB when there is high temp target active (exercise)</string>
<string name="mute">Mute</string>
<string name="overview_insulin_label">Insulin</string>
<string name="overview_carbs_label">Carbs</string>
<string name="overview_buttons_selection">Buttons</string>

View file

@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".dialogs.ErrorDialog">
tools:context="info.nightscout.androidaps.dialogs.ErrorDialog">
<RelativeLayout
android:layout_width="match_parent"

View file

@ -50,6 +50,7 @@
<string name="objectives">Objectives</string>
<string name="close">Close</string>
<string name="please_wait">Please wait…</string>
<string name="mute">Mute</string>
<!-- Constraints-->
<string name="limitingbasalratio">Limiting max basal rate to %1$.2f U/h because of %2$s</string>