Explorar el Código

Mark for translation: setsampleparameters.xml

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

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

@@ -13,7 +13,7 @@
13 13
         print("Program loaded");
14 14
         var window = this;
15 15
         var instructions = findChildObject(this, 'instructions');
16
-        instructions.plainText = "%1 will be replaced with a sample number.";
16
+        instructions.plainText = TTR("sampleParameters", "%1 will be replaced with a sample number.");
17 17
         instructions.readOnly = true;
18 18
         var reset = findChildObject(this, 'reset');
19 19
         reset.clicked.connect(function() {

Loading…
Cancelar
Guardar