Index: sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml =================================================================== diff -u -rf160ef9c259a75e8d6120ad962cda648e8f7a9b3 -r6866ee04934367893f32ed6ded45499d6fbfb248 --- sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision f160ef9c259a75e8d6120ad962cda648e8f7a9b3) +++ sources/gui/qml/pages/treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml (.../TreatmentAdjustmentUltrafiltrationConfirm.qml) (revision 6866ee04934367893f32ed6ded45499d6fbfb248) @@ -108,7 +108,7 @@ } UltrafiltrationButton { id: _rateAdjustmentButton title : qsTr("%1 UF Rate") - description : qsTr("The rate %3 by %1 %2, so\nthe treatment duration remains the same.") + description : qsTr("The rate %3 by %1 %2,\nthe treatment duration remains the same.") .arg(Math.abs(ultrafiltrationRateDiff .toFixed(_private.decimalRate))) .arg(ultrafiltrationRateUnit) buttonType : UltrafiltrationButton.ButtonType.UltrafiltrationRate @@ -125,7 +125,7 @@ UltrafiltrationButton { id: _durationAdjustmentButton title : qsTr("%1 Treatment Duration") - description : qsTr("Rate remains, but treatment\nduration %2 by %1 minutes.") + description : qsTr("Rate remains, the treatment\nduration %2 by %1 minutes.") .arg(Math.abs(treatmentDurationDiff)) buttonType: UltrafiltrationButton.ButtonType.TreatmentDuration isIncrease: treatmentDurationDiff > 0