Browse Source

Mark for translation: invoiceinfo.xml

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

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

@@ -19,7 +19,7 @@
19 19
 			this.setInvoiceID = function(arg) {
20 20
 				window.invoiceID = arg;
21 21
                                 invoiceID = arg;
22
-				window.windowTitle = "Typica - Invoice Details " + arg;
22
+				window.windowTitle = TTR("invoiceinfo", "Typica - Invoice Details ") + arg;
23 23
 			};
24 24
 			button = findChildObject(this, 'edit');
25 25
 			button.clicked.connect(function() {

Loading…
Cancel
Save