Browse Source

Fix batch edit

Neal Wilson 8 years ago
parent
commit
dedefb6051
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/editbatchdetails.xml

+ 1
- 1
config/Windows/editbatchdetails.xml View File

@@ -43,7 +43,7 @@
43 43
                     unitEdit.text = TTR("editBatchDetails", "Kg");
44 44
                     conversion = 2.2;
45 45
                 } else {
46
-                    unitEdit.text = TTR("editBatchDetails", "Lb";
46
+                    unitEdit.text = TTR("editBatchDetails", "Lb");
47 47
                 }
48 48
             };
49 49
             submit.clicked.connect(function() {

Loading…
Cancel
Save