Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r6b85a46cebe626c28a1accd4ea0019d3388abef4 -rc79559a8ecd6dc676c7aed956ba1a5d1e45534a0 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 6b85a46cebe626c28a1accd4ea0019d3388abef4) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision c79559a8ecd6dc676c7aed956ba1a5d1e45534a0) @@ -35,7 +35,7 @@ "Blood Pressure Measurement Interval"] #pretreatment_screen_bullets -PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] +PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "BP/HR" , "Ultrafiltration" , "Connection" , "Start"] POST_TREATMENT_SCREENS = ["Disconnection", "Review", "Disposables", "Disinfection"] #main_treatment_ultrafilteration @@ -237,7 +237,7 @@ SELF_TEST_COMPLETE_TEXT = "Self Test Complete!" BUSY = "Busy" CHECK = "Check" -BEGIN_PRIME_TITLE = "Begin Prime" +BEGIN_PRIME_TITLE = "Prime" PRIMING_TITLE = "Priming" SYSTEM_SELF_TEST_TITLE = "System Self Test" FILTER_FLUSH_TITLE = "Filter Flush"