Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r2413e6298b362ada05bed6e59568300c2034e18d -r569753d3ae672f7d00d8c06dcca22d2ef8f0aa0d --- shared/scripts/configuration/strings.py (.../strings.py) (revision 2413e6298b362ada05bed6e59568300c2034e18d) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 569753d3ae672f7d00d8c06dcca22d2ef8f0aa0d) @@ -18,6 +18,7 @@ BLOOD_PRIMING_VALUE_0 = "0" BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + " " + BLOOD_PRIMING_UNIT + #pretreatment_screen_bullets PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] POST_TREATMENT_SCREENS = ["Disconnection", "Review", "Disposables", "Disinfection"] @@ -838,4 +839,3 @@ CONFIRM_TEXT = "CONFIRM" SHUTDOWN_TEXT = "SHUTDOWN" -