Explorar el Código

Mark for translation: editbatchdetails.xml

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

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

@@ -40,10 +40,10 @@
40 40
                 submit.enabled = true;
41 41
                 roastedEdit.text = roastWeight;
42 42
                 if(unit == 0) {
43
-                    unitEdit.text = "Kg";
43
+                    unitEdit.text = TTR("editBatchDetails", "Kg");
44 44
                     conversion = 2.2;
45 45
                 } else {
46
-                    unitEdit.text = "Lb";
46
+                    unitEdit.text = TTR("editBatchDetails", "Lb";
47 47
                 }
48 48
             };
49 49
             submit.clicked.connect(function() {

Loading…
Cancelar
Guardar