Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r8e877a4e8a5b07cd595612c2c920c39f8e318113 -raf2d6895043614204111a0d87b8effa06edc8e6e --- shared/scripts/configuration/strings.py (.../strings.py) (revision 8e877a4e8a5b07cd595612c2c920c39f8e318113) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision af2d6895043614204111a0d87b8effa06edc8e6e) @@ -32,10 +32,13 @@ CUMULATIVE_DELIVERED = "Cumulative Delivered" HEPARIN_TEXT = "HEPARIN" VOLUME_DELIVERED = "Volume Delivered" - BLOOD_PRIMING_TEXT = "Blood Priming" LIQUID_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 + +