Index: shared/scripts/configuration/strings.py =================================================================== diff -u -ra64b2a628c5e51f9e9cb211f14dc9b54ecbd747f -r264a09400a06be340935253b902784cfc5ca29fe --- shared/scripts/configuration/strings.py (.../strings.py) (revision a64b2a628c5e51f9e9cb211f14dc9b54ecbd747f) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 264a09400a06be340935253b902784cfc5ca29fe) @@ -14,10 +14,10 @@ ############################################################################ BLOOD_PRIMING_TEXT = "Blood Priming" SALINE_UNIT = "mL" -BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" +BLOOD_PRIMING_UNIT = "mL" +BLOOD_PRIMING_VALUE_0 = "0" +BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + " " + BLOOD_PRIMING_UNIT #ui_logs ACK_REQ_STATUS = 'Ack Req' -ACK_BAK_STATUS = 'Ack Bak' - - \ No newline at end of file +ACK_BAK_STATUS = 'Ack Bak' \ No newline at end of file