Index: sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml =================================================================== diff -u -r4da79084388ac25822ab24fb52ec1ca4083b50cc -rf41a1003ac920b64a11fc34193972bd1240003f3 --- sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml (.../EndTreatmentRinsebackInit.qml) (revision 4da79084388ac25822ab24fb52ec1ca4083b50cc) +++ sources/gui/qml/pages/endtreatment/rinseback/EndTreatmentRinsebackInit.qml (.../EndTreatmentRinsebackInit.qml) (revision f41a1003ac920b64a11fc34193972bd1240003f3) @@ -31,19 +31,16 @@ signal rinsebackClicked () headerTitle : qsTr("Blood Return Setup") - descriptionText : qsTr("Blood return will %1 be allowed in:").arg("NOT") + descriptionText : qsTr("Blood return will NOT be allowed in:") instructionBased : true hasTimeout : vTreatmentRinseback .timeoutTotal timeoutValue : vTreatmentRinseback .timeoutCountDown * 60 + footer.children : [ _beginRinsebackTouchRect ] + footer.childrenWidth: Variables.defaultButtonWidth + TouchRect { id : _beginRinsebackTouchRect - anchors { - bottom : _root.bottom - bottomMargin : Variables.notificationHeight * 2 - horizontalCenter: _root.horizontalCenter - } - width : Variables.defaultButtonWidth height : Variables.defaultButtonHeight isDefault : true textString : qsTr("Start Blood Return")