Browse Source

Mark for translation: setsampleparameters.xml

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

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

13
         print("Program loaded");
13
         print("Program loaded");
14
         var window = this;
14
         var window = this;
15
         var instructions = findChildObject(this, 'instructions');
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
         instructions.readOnly = true;
17
         instructions.readOnly = true;
18
         var reset = findChildObject(this, 'reset');
18
         var reset = findChildObject(this, 'reset');
19
         reset.clicked.connect(function() {
19
         reset.clicked.connect(function() {

Loading…
Cancel
Save