Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r50a109da2a76b335793c2b95fa668733fb7df684 -reefe8acbe5b10deb379c5e4ceabeaa95d429410e --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 50a109da2a76b335793c2b95fa668733fb7df684) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision eefe8acbe5b10deb379c5e4ceabeaa95d429410e) @@ -161,6 +161,11 @@ readonly property string notSetVariableText : "__" + readonly property string preTreatmentStepLabelCreate : qsTr("CREATE" ) + readonly property string preTreatmentStepLabelConfirm : qsTr("CONFIRM" ) + readonly property string preTreatmentStepLabelPriming : qsTr("PRIME" ) + readonly property string preTreatmentStepLabelUltrafiltration : qsTr("BEGIN" ) + // Units // - Ultrafiltration readonly property string unitTextUltrafiltrationVolume : qsTr("(L)")