Explorar el Código

Fix batch edit

Neal Wilson hace 8 años
padre
commit
dedefb6051
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/Windows/editbatchdetails.xml

+ 1
- 1
config/Windows/editbatchdetails.xml Ver fichero

@@ -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…
Cancelar
Guardar