Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rbe078c5a3e044ad1d943525dd6c50124d2f78905 -r5941bc1d07e5d58f9d848afbf1414ef4f78e9185 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision be078c5a3e044ad1d943525dd6c50124d2f78905) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5941bc1d07e5d58f9d848afbf1414ef4f78e9185) @@ -320,6 +320,8 @@ readonly property string unitTextDispensingRate : qsTr("mL/hr") readonly property string unitTextRate : qsTr("L/h") readonly property string unitTextDialCond : qsTr("mS/cm") + // - Pressures + readonly property string unitPressure : qsTr("mmHg") // - Vitals readonly property string unitTextBloodPressure : qsTr("mmHg") readonly property string unitTextHeartBeat : qsTr("BPM" )