Add localisable strings (#2438)

* Add localisable string for recursive transclusion error

* Add localisable string for count

* Add localisable strings for syncer
This commit is contained in:
Myeongjin
2016-05-12 08:44:28 -06:00
committed by Jeremy Ruston
parent 9f7e55c317
commit 8afc1e9354
16 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ exports.httpRequest = function(options) {
return;
}
// Something went wrong
options.callback("XMLHttpRequest error code: " + this.status);
options.callback($tw.language.getString("Syncer/XMLHttpRequestError") + ": " + this.status);
}
};
// Make the request