Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r3082da7333694567052cdf407765e0e409328a5b -r03fc094f2ee80d50ad2eb09def56b9f4b8d15b8f --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 3082da7333694567052cdf407765e0e409328a5b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 03fc094f2ee80d50ad2eb09def56b9f4b8d15b8f) @@ -338,6 +338,9 @@ readonly property string unitTextHeparin : unitTextFluid readonly property string unitWeight : qsTr("Kg") + // - RPM + readonly property string unitTextPumpRate : qsTr("RPM") + // - Pressure readonly property string unitTextPressure : qsTr("mmHg") // - Temperature