Index: sources/gui/qml/pages/treatment/sections/TreatmentHeparin.qml =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rfaaa63bc18e44b8f81cd57e663c7229bc7efa31c --- sources/gui/qml/pages/treatment/sections/TreatmentHeparin.qml (.../TreatmentHeparin.qml) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/gui/qml/pages/treatment/sections/TreatmentHeparin.qml (.../TreatmentHeparin.qml) (revision faaa63bc18e44b8f81cd57e663c7229bc7efa31c) @@ -42,7 +42,7 @@ QtObject { id: _private readonly property string textHeparin : qsTr("HEPARIN DELIVERY") readonly property string textOff : qsTr("OFF") - readonly property string textPause : qsTr("PAUSE DELIVERY") + readonly property string textPause : qsTr("PAUSE HEPARIN") readonly property string textResume : qsTr("RESUME DELIVERY") readonly property string textComplete : qsTr("OFF") readonly property string textVolumeTarget : "(" + valueTarget + unit + ")"