Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r7640c9264d7acaf3883ee4e02dcc0fe99e3314b6 -r2185dc9cf0c1828420f77290e981f308cb14cd36 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 7640c9264d7acaf3883ee4e02dcc0fe99e3314b6) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 2185dc9cf0c1828420f77290e981f308cb14cd36) @@ -35,6 +35,8 @@ #recirculate screens RECIRCULATE_TEXT = "Recirculate" RECONNECT_BUTTON_TEXT = "RECONNECT" +END_TREATMENT_BUTTON_TEXT = "END TREATMENT" +BACK_TO_RECIRCULATE_TEXT = "BACK TO RECIRCULATE" RECONNECT_TEXT = "Reconnect" #Blood Priming Index: shared/scripts/names.py =================================================================== diff -u -r7640c9264d7acaf3883ee4e02dcc0fe99e3314b6 -r2185dc9cf0c1828420f77290e981f308cb14cd36 --- shared/scripts/names.py (.../names.py) (revision 7640c9264d7acaf3883ee4e02dcc0fe99e3314b6) +++ shared/scripts/names.py (.../names.py) (revision 2185dc9cf0c1828420f77290e981f308cb14cd36) @@ -829,6 +829,12 @@ o_EndTreatmentBase_RECONNECT_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase, "text": "RECONNECT", "type": "Text", "unnamed": 1, "visible": True} #Reconnect button text o_EndTreatmentBase_Reconnect_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase, "text": "Reconnect", "type": "Text", "unnamed": 1, "visible": True} +#End Treatment button text +o_EndTreatmentBase_END_TREATMENT_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase, "text": "END TREATMENT", "type": "Text", "unnamed": 1, "visible": True} +#Back to recirculate button text +o_EndTreatmentBase_BACK_TO_RECIRCULATE_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase, "text": "BACK TO RECIRCULATE", "type": "Text", "unnamed": 1, "visible": True} +#Recirculate stop state confirm button text +o_EndTreatmentBase_confirm_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentRecirculateStack, "type": "Text", "unnamed": 1, "visible": True} #Recirculate timer seconds object o_EndTreatmentBase_TimeText_minute_Text = {"container": o_EndTreatmentRecirculateStack_EndTreatmentBase_EndTreatmentBase, "objectName": "_TimeText_minute", "type": "Text", "visible": True} #Recirculate timer minutes object