Browse Source

Mark for translation: editbatchdetails.xml

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

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

@@ -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…
Cancel
Save